DBA Data[Home] [Help]

APPS.MSC_WF_ALLOC_ATP dependencies on MRP_ATP_SCHEDULE_TEMP_S

Line 57: select p_session_id ||':'||mrp_atp_schedule_temp_s.nextval

53: END IF;
54:
55: --Create work_flow process
56:
57: select p_session_id ||':'||mrp_atp_schedule_temp_s.nextval
58: into l_itemkey
59: from mrp_atp_details_temp
60: where rownum = 1;
61: