DBA Data[Home] [Help]

APPS.MSC_CL_PRE_PROCESS dependencies on MSC_ST_SR_TP_SITE_ID_S

Line 8248: SET sr_tp_site_id = msc_st_sr_tp_site_id_s.NEXTVAL

8244: IF c4%ROWCOUNT > 0 THEN
8245: v_sql_stmt := 29;
8246: FORALL j IN lb_rowid.FIRST..lb_rowid.LAST
8247: UPDATE msc_st_trading_partner_sites
8248: SET sr_tp_site_id = msc_st_sr_tp_site_id_s.NEXTVAL
8249: WHERE rowid = lb_rowid(j);
8250:
8251: -- Insert record in LID
8252: v_sql_stmt := 30;