DBA Data[Home] [Help]

APPS.MRP_AATP_PVT dependencies on MSC_SCH_WB

Line 83: msc_sch_wb.atp_debug('Get_DC_Alloc_Percent: ' || 'Error code:' || to_char(sqlcode));

79: p_request_date);
80: EXCEPTION
81: WHEN OTHERS THEN
82: IF PG_DEBUG in ('Y', 'C') THEN
83: msc_sch_wb.atp_debug('Get_DC_Alloc_Percent: ' || 'Error code:' || to_char(sqlcode));
84: END IF;
85: return(0.0);
86: END Get_DC_Alloc_Percent;
87:

Line 273: msc_sch_wb.atp_debug('Get_DC_Info: ' || 'Error code:' || to_char(sqlcode));

269: x_return_status);
270: EXCEPTION
271: WHEN OTHERS THEN
272: IF PG_DEBUG in ('Y', 'C') THEN
273: msc_sch_wb.atp_debug('Get_DC_Info: ' || 'Error code:' || to_char(sqlcode));
274: END IF;
275: x_priority := -1;
276: x_alloc_percent := 0;
277: x_return_status := FND_API.G_RET_STS_ERROR;

Line 349: msc_sch_wb.atp_debug('Get_Allowed_Stolen_Percent: ' || 'Error code:' || to_char(sqlcode));

345: p_request_date);
346: EXCEPTION
347: WHEN OTHERS THEN
348: IF PG_DEBUG in ('Y', 'C') THEN
349: msc_sch_wb.atp_debug('Get_Allowed_Stolen_Percent: ' || 'Error code:' || to_char(sqlcode));
350: END IF;
351: return(0.0);
352: END Get_Allowed_Stolen_Percent;
353: