DBA Data[Home] [Help]

APPS.MSC_ATP_BPEL dependencies on MSC_SATP_FUNC

Line 21: MSC_SATP_FUNC.Extend_Atp(x_atp_rec, x_return_status, 1);

17: for i in 1..p_atp_tab.COUNT loop
18:
19: msc_sch_wb.atp_debug('Before extend');
20:
21: MSC_SATP_FUNC.Extend_Atp(x_atp_rec, x_return_status, 1);
22:
23: msc_sch_wb.atp_debug('After extend');
24: msc_sch_wb.atp_debug('x_atp_rec.Row_Id.count: '||x_atp_rec.Row_Id.COUNT);
25: