Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ---------------------------------------------2150
  2. IF( substr(rec_update.customer_number,1,1) = '8' --
  3. and rec_update.customer_type = 'CONSUMER'
  4. and v_dealer_brand in ('WIND','WIND_TRE'))
  5. AND rec_work.shipped_item_type = '0U' THEN
  6. log.debug(C_PKG_NAME, 'Before insert shipped items integration table for SIM table of DB di Frontiera');
  7.  
  8. INSERT_SHIPPED_INTEGRATION ( rec_work.transaction_id
  9. , C_DBF_SIM_TABLE --> DICHIARARE NUOVA VARIABILE PER IDENTIFICARE IL NUOVO TARGET
  10. );
  11.  
  12. -----------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement