DBA Data[Home] [Help]

APPS.GML_MOLINE_DATA_FIX_PKG dependencies on OE_DEBUG_PUB

Line 55: OE_DEBUG_PUB.SETDEBUGLEVEL(5);

51:
52: BEGIN
53: --BEGIN BUG#2736088 V. Ajay Kumar
54: --Removed the reference to "apps".
55: OE_DEBUG_PUB.SETDEBUGLEVEL(5);
56: OE_DEBUG_PUB.DEBUG_ON;
57: fname := OE_DEBUG_PUB.SET_DEBUG_MODE('FILE');
58: -- DBMS_OUTPUT.PUT_LINE('debug file : '||fname);
59: --END BUG#2736088

Line 56: OE_DEBUG_PUB.DEBUG_ON;

52: BEGIN
53: --BEGIN BUG#2736088 V. Ajay Kumar
54: --Removed the reference to "apps".
55: OE_DEBUG_PUB.SETDEBUGLEVEL(5);
56: OE_DEBUG_PUB.DEBUG_ON;
57: fname := OE_DEBUG_PUB.SET_DEBUG_MODE('FILE');
58: -- DBMS_OUTPUT.PUT_LINE('debug file : '||fname);
59: --END BUG#2736088
60:

Line 57: fname := OE_DEBUG_PUB.SET_DEBUG_MODE('FILE');

53: --BEGIN BUG#2736088 V. Ajay Kumar
54: --Removed the reference to "apps".
55: OE_DEBUG_PUB.SETDEBUGLEVEL(5);
56: OE_DEBUG_PUB.DEBUG_ON;
57: fname := OE_DEBUG_PUB.SET_DEBUG_MODE('FILE');
58: -- DBMS_OUTPUT.PUT_LINE('debug file : '||fname);
59: --END BUG#2736088
60:
61: --DBMS_OUTPut.disable;