DBA Data[Home] [Help]

APPS.MRP_ATP_PUB dependencies on MRP_OM_API_PK

Line 28: p_line_arr MRP_OM_API_PK.line_id_tbl;

24: ) IS
25: --PRAGMA AUTONOMOUS_TRANSACTION;
26: i PLS_INTEGER;
27: counter1 NUMBER;
28: p_line_arr MRP_OM_API_PK.line_id_tbl;
29: x_return_status1 VARCHAR2(1);
30:
31: BEGIN
32:

Line 83: MRP_OM_API_PK.MRP_OM_Interface (p_line_arr, x_return_status1);

79: IF PG_DEBUG in ('Y', 'C') THEN
80: msc_sch_wb.atp_debug('Call_ATP: ' || 'Counter1 : ' || to_char(counter1));
81: END IF;
82: IF (counter1 > 0) THEN
83: MRP_OM_API_PK.MRP_OM_Interface (p_line_arr, x_return_status1);
84: IF PG_DEBUG in ('Y', 'C') THEN
85: msc_sch_wb.atp_debug('Call_ATP: ' || 'Return status from MRP_OM_Interface: '
86: || x_return_status1);
87: END IF;

Line 141: p_line_arr MRP_OM_API_PK.line_id_tbl;

137: x_msg_count OUT NoCopy NUMBER
138: ) IS
139: i PLS_INTEGER;
140: counter1 NUMBER;
141: p_line_arr MRP_OM_API_PK.line_id_tbl;
142: x_return_status1 VARCHAR2(1);
143:
144: BEGIN
145: MSC_ATP_PUB.Call_ATP_No_Commit(

Line 196: MRP_OM_API_PK.MRP_OM_Interface (p_line_arr, x_return_status1);

192: IF PG_DEBUG in ('Y', 'C') THEN
193: msc_sch_wb.atp_debug('Call_ATP: ' || 'Counter1 : ' || to_char(counter1));
194: END IF;
195: IF (counter1 > 0) THEN
196: MRP_OM_API_PK.MRP_OM_Interface (p_line_arr, x_return_status1);
197: IF PG_DEBUG in ('Y', 'C') THEN
198: msc_sch_wb.atp_debug('Call_ATP: ' || 'Return status from MRP_OM_Interface: '
199: || x_return_status1);
200: END IF;