DBA Data[Home] [Help]

APPS.ORDER_SCH_WB dependencies on ORDER_SCH_WB

Line 1: PACKAGE BODY order_sch_wb AS

1: PACKAGE BODY order_sch_wb AS
2: /* $Header: MRPOSCWB.pls 115.56 2003/08/29 00:30:13 mahamed ship $ */
3:
4:
5: PROCEDURE GET_ATP_RESULT (

Line 27: IF order_sch_wb.mr_debug in ('Y', 'C') THEN

23:
24:
25: EXCEPTION
26: WHEN OTHERS THEN
27: IF order_sch_wb.mr_debug in ('Y', 'C') THEN
28: atp_debug(' Exception in get_atp_results '||Substr(Sqlerrm,1,100));
29: END IF;
30: x_return_status := 'E';
31: x_msg_data := Substr(Sqlerrm,1,100);

Line 171: IF order_sch_wb.mr_debug in ('Y', 'C') THEN

167: p_week_str,
168: p_period_str);
169: EXCEPTION
170: WHEN OTHERS THEN
171: IF order_sch_wb.mr_debug in ('Y', 'C') THEN
172: msc_sch_wb.atp_debug('get_period_atp_strings: ' || ' excp in get_period_strings '||substr(Sqlerrm, 1, 100));
173: END IF;
174: END get_period_atp_strings;
175:

Line 192: IF order_sch_wb.mr_debug in ('Y', 'C') THEN

188: x_msg_data,
189: x_msg_count);
190: EXCEPTION
191: WHEN OTHERS THEN
192: IF order_sch_wb.mr_debug in ('Y', 'C') THEN
193: atp_debug('calc_exceptions: ' || ' exception in calc_excep - '||substr(sqlerrm,1,100));
194: END IF;
195: x_return_status := 'E';
196: END calc_exceptions;

Line 237: IF order_sch_wb.mr_debug in ('Y', 'C') THEN

233: EXCEPTION
234: WHEN EMPTY_PIPE THEN
235: NULL;
236: WHEN OTHERS THEN
237: IF order_sch_wb.mr_debug in ('Y', 'C') THEN
238: atp_debug(' Exception in pipe_utility '||p_command||Substr(Sqlerrm,1,100));
239: END IF;
240: x_return_status := 'E';
241: x_msg_data := Substr(Sqlerrm,1,100);

Line 273: END ORDER_SCH_WB;

269: BEGIN
270: MSC_SCH_WB.get_profile(profile_name, profile_value);
271: END get_profile;
272:
273: END ORDER_SCH_WB;