DBA Data[Home] [Help]

APPS.MSC_ATP_PF dependencies on MSC_ATP_CUSTOM

Line 9270: msc_util.msc_log('Calling custom procedure MSC_ATP_CUSTOM.Custom_Pre_Allocation...');

9266: l_excess_supply_by_dc := NVL(FND_PROFILE.VALUE('MSC_EXCESS_SUPPLY_BY_DC'), 'N');
9267: msc_util.msc_log('l_excess_supply_by_dc := ' || l_excess_supply_by_dc);
9268:
9269: BEGIN
9270: msc_util.msc_log('Calling custom procedure MSC_ATP_CUSTOM.Custom_Pre_Allocation...');
9271: MSC_ATP_CUSTOM.Custom_Pre_Allocation(p_plan_id);
9272: msc_util.msc_log('End MSC_ATP_CUSTOM.Custom_Pre_Allocation.');
9273: EXCEPTION
9274: WHEN OTHERS THEN

Line 9271: MSC_ATP_CUSTOM.Custom_Pre_Allocation(p_plan_id);

9267: msc_util.msc_log('l_excess_supply_by_dc := ' || l_excess_supply_by_dc);
9268:
9269: BEGIN
9270: msc_util.msc_log('Calling custom procedure MSC_ATP_CUSTOM.Custom_Pre_Allocation...');
9271: MSC_ATP_CUSTOM.Custom_Pre_Allocation(p_plan_id);
9272: msc_util.msc_log('End MSC_ATP_CUSTOM.Custom_Pre_Allocation.');
9273: EXCEPTION
9274: WHEN OTHERS THEN
9275: msc_util.msc_log('Error in custom procedure call');

Line 9272: msc_util.msc_log('End MSC_ATP_CUSTOM.Custom_Pre_Allocation.');

9268:
9269: BEGIN
9270: msc_util.msc_log('Calling custom procedure MSC_ATP_CUSTOM.Custom_Pre_Allocation...');
9271: MSC_ATP_CUSTOM.Custom_Pre_Allocation(p_plan_id);
9272: msc_util.msc_log('End MSC_ATP_CUSTOM.Custom_Pre_Allocation.');
9273: EXCEPTION
9274: WHEN OTHERS THEN
9275: msc_util.msc_log('Error in custom procedure call');
9276: msc_util.msc_log('Error Code: '|| sqlerrm);