DBA Data[Home] [Help]

APPS.MSC_CL_PRE_PROCESS dependencies on MSC_ST_SR_TP_SITE_ID_S

Line 8220: SET sr_tp_site_id = msc_st_sr_tp_site_id_s.NEXTVAL

8216: IF c4%ROWCOUNT > 0 THEN
8217: v_sql_stmt := 29;
8218: FORALL j IN lb_rowid.FIRST..lb_rowid.LAST
8219: UPDATE msc_st_trading_partner_sites
8220: SET sr_tp_site_id = msc_st_sr_tp_site_id_s.NEXTVAL
8221: WHERE rowid = lb_rowid(j);
8222:
8223: -- Insert record in LID
8224: v_sql_stmt := 30;