DBA Data[Home] [Help]

APPS.MSC_WF_ALLOC_ATP dependencies on MRP_ATP_DETAILS_TEMP

Line 59: from mrp_atp_details_temp

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:
62: IF PG_DEBUG in ('Y', 'C') THEN
63: msc_sch_wb.atp_debug('debug_wf: ' || l_itemkey );