DBA Data[Home] [Help]

APPS.MSC_ATP_PF dependencies on MSC_ATP_CUSTOM

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

9240: l_excess_supply_by_dc := NVL(FND_PROFILE.VALUE('MSC_EXCESS_SUPPLY_BY_DC'), 'N');
9241: msc_util.msc_log('l_excess_supply_by_dc := ' || l_excess_supply_by_dc);
9242:
9243: BEGIN
9244: msc_util.msc_log('Calling custom procedure MSC_ATP_CUSTOM.Custom_Pre_Allocation...');
9245: MSC_ATP_CUSTOM.Custom_Pre_Allocation(p_plan_id);
9246: msc_util.msc_log('End MSC_ATP_CUSTOM.Custom_Pre_Allocation.');
9247: EXCEPTION
9248: WHEN OTHERS THEN

Line 9245: MSC_ATP_CUSTOM.Custom_Pre_Allocation(p_plan_id);

9241: msc_util.msc_log('l_excess_supply_by_dc := ' || l_excess_supply_by_dc);
9242:
9243: BEGIN
9244: msc_util.msc_log('Calling custom procedure MSC_ATP_CUSTOM.Custom_Pre_Allocation...');
9245: MSC_ATP_CUSTOM.Custom_Pre_Allocation(p_plan_id);
9246: msc_util.msc_log('End MSC_ATP_CUSTOM.Custom_Pre_Allocation.');
9247: EXCEPTION
9248: WHEN OTHERS THEN
9249: msc_util.msc_log('Error in custom procedure call');

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

9242:
9243: BEGIN
9244: msc_util.msc_log('Calling custom procedure MSC_ATP_CUSTOM.Custom_Pre_Allocation...');
9245: MSC_ATP_CUSTOM.Custom_Pre_Allocation(p_plan_id);
9246: msc_util.msc_log('End MSC_ATP_CUSTOM.Custom_Pre_Allocation.');
9247: EXCEPTION
9248: WHEN OTHERS THEN
9249: msc_util.msc_log('Error in custom procedure call');
9250: msc_util.msc_log('Error Code: '|| sqlerrm);