DBA Data[Home] [Help]

APPS.MSC_SCH_WB dependencies on MSC_BAL_UTILS

Line 377: msc_bal_utils.call_oe_api(x_atp_rec_out,

373: IF call_oe = 1 THEN
374: IF PG_DEBUG in ('Y', 'C') THEN
375: atp_debug('GET_ATP_RESULT: ' || ' before call_oe_api ');
376: END IF;
377: msc_bal_utils.call_oe_api(x_atp_rec_out,
378: x_msg_count,
379: x_msg_data,
380: x_return_status);
381: END IF;