DBA Data[Home] [Help]

APPS.MSC_CL_PRE_PROCESS dependencies on MSC_ST_WIP_ENTITY_ID_S

Line 48106: SET wip_entity_id = msc_st_wip_entity_id_s.NEXTVAL

48102: IF c2%ROWCOUNT > 0 THEN
48103: v_sql_stmt := 12;
48104: FORALL j IN lb_rowid.FIRST..lb_rowid.LAST
48105: UPDATE msc_st_supplies
48106: SET wip_entity_id = msc_st_wip_entity_id_s.NEXTVAL
48107: WHERE rowid = lb_rowid(j);
48108:
48109: v_sql_stmt := 13;
48110: FORALL j IN lb_rowid.FIRST..lb_rowid.LAST