DBA Data[Home] [Help]

APPS.MSC_CL_PRE_PROCESS dependencies on MSC_ST_WIP_ENTITY_ID_S

Line 43229: SET wip_entity_id = msc_st_wip_entity_id_s.NEXTVAL

43225: IF c2%ROWCOUNT > 0 THEN
43226: v_sql_stmt := 12;
43227: FORALL j IN lb_rowid.FIRST..lb_rowid.LAST
43228: UPDATE msc_st_supplies
43229: SET wip_entity_id = msc_st_wip_entity_id_s.NEXTVAL
43230: WHERE rowid = lb_rowid(j);
43231:
43232: v_sql_stmt := 13;
43233: FORALL j IN lb_rowid.FIRST..lb_rowid.LAST