DBA Data[Home] [Help]

APPS.PO_ADVANCED_PRICE_PVT dependencies on OE_DEBUG_PUB

Line 559: OE_DEBUG_PUB.SetDebugLevel(10);

555:
556: l_progress := '090';
557: IF g_debug_stmt THEN
558: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Set OE Debug');
559: OE_DEBUG_PUB.SetDebugLevel(10);
560: PO_DEBUG.debug_stmt(l_log_head,l_progress, 'Debug File Location:'||
561: OE_DEBUG_PUB.Set_Debug_Mode('FILE'));
562: OE_DEBUG_PUB.Initialize;
563: OE_DEBUG_PUB.Debug_On;

Line 561: OE_DEBUG_PUB.Set_Debug_Mode('FILE'));

557: IF g_debug_stmt THEN
558: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Set OE Debug');
559: OE_DEBUG_PUB.SetDebugLevel(10);
560: PO_DEBUG.debug_stmt(l_log_head,l_progress, 'Debug File Location:'||
561: OE_DEBUG_PUB.Set_Debug_Mode('FILE'));
562: OE_DEBUG_PUB.Initialize;
563: OE_DEBUG_PUB.Debug_On;
564: END IF;
565:

Line 562: OE_DEBUG_PUB.Initialize;

558: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Set OE Debug');
559: OE_DEBUG_PUB.SetDebugLevel(10);
560: PO_DEBUG.debug_stmt(l_log_head,l_progress, 'Debug File Location:'||
561: OE_DEBUG_PUB.Set_Debug_Mode('FILE'));
562: OE_DEBUG_PUB.Initialize;
563: OE_DEBUG_PUB.Debug_On;
564: END IF;
565:
566: l_progress := '100';

Line 563: OE_DEBUG_PUB.Debug_On;

559: OE_DEBUG_PUB.SetDebugLevel(10);
560: PO_DEBUG.debug_stmt(l_log_head,l_progress, 'Debug File Location:'||
561: OE_DEBUG_PUB.Set_Debug_Mode('FILE'));
562: OE_DEBUG_PUB.Initialize;
563: OE_DEBUG_PUB.Debug_On;
564: END IF;
565:
566: l_progress := '100';
567: IF g_debug_stmt THEN

Line 1187: OE_DEBUG_PUB.SetDebugLevel(10);

1183:
1184: d_pos := 90;
1185: IF g_debug_stmt THEN
1186: PO_LOG.stmt(l_log_head,d_pos,'Set OE Debug');
1187: OE_DEBUG_PUB.SetDebugLevel(10);
1188: PO_LOG.stmt(l_log_head,d_pos, 'Debug File Location: '||OE_DEBUG_PUB.Set_Debug_Mode('FILE'));
1189: OE_DEBUG_PUB.Initialize;
1190: OE_DEBUG_PUB.Debug_On;
1191: END IF;

Line 1188: PO_LOG.stmt(l_log_head,d_pos, 'Debug File Location: '||OE_DEBUG_PUB.Set_Debug_Mode('FILE'));

1184: d_pos := 90;
1185: IF g_debug_stmt THEN
1186: PO_LOG.stmt(l_log_head,d_pos,'Set OE Debug');
1187: OE_DEBUG_PUB.SetDebugLevel(10);
1188: PO_LOG.stmt(l_log_head,d_pos, 'Debug File Location: '||OE_DEBUG_PUB.Set_Debug_Mode('FILE'));
1189: OE_DEBUG_PUB.Initialize;
1190: OE_DEBUG_PUB.Debug_On;
1191: END IF;
1192:

Line 1189: OE_DEBUG_PUB.Initialize;

1185: IF g_debug_stmt THEN
1186: PO_LOG.stmt(l_log_head,d_pos,'Set OE Debug');
1187: OE_DEBUG_PUB.SetDebugLevel(10);
1188: PO_LOG.stmt(l_log_head,d_pos, 'Debug File Location: '||OE_DEBUG_PUB.Set_Debug_Mode('FILE'));
1189: OE_DEBUG_PUB.Initialize;
1190: OE_DEBUG_PUB.Debug_On;
1191: END IF;
1192:
1193: d_pos := 100;

Line 1190: OE_DEBUG_PUB.Debug_On;

1186: PO_LOG.stmt(l_log_head,d_pos,'Set OE Debug');
1187: OE_DEBUG_PUB.SetDebugLevel(10);
1188: PO_LOG.stmt(l_log_head,d_pos, 'Debug File Location: '||OE_DEBUG_PUB.Set_Debug_Mode('FILE'));
1189: OE_DEBUG_PUB.Initialize;
1190: OE_DEBUG_PUB.Debug_On;
1191: END IF;
1192:
1193: d_pos := 100;
1194:

Line 1282: OE_DEBUG_PUB.SetDebugLevel(10);

1278:
1279: IF g_debug_stmt THEN
1280: --make the pricing debug ON
1281: PO_DEBUG.debug_stmt(l_log_head,d_pos,'Set OE Debug');
1282: OE_DEBUG_PUB.SetDebugLevel(10);
1283: PO_DEBUG.debug_stmt(l_log_head,d_pos, 'Debug File Location: '||
1284: OE_DEBUG_PUB.Set_Debug_Mode('FILE'));
1285: OE_DEBUG_PUB.Initialize;
1286: OE_DEBUG_PUB.Debug_On;

Line 1284: OE_DEBUG_PUB.Set_Debug_Mode('FILE'));

1280: --make the pricing debug ON
1281: PO_DEBUG.debug_stmt(l_log_head,d_pos,'Set OE Debug');
1282: OE_DEBUG_PUB.SetDebugLevel(10);
1283: PO_DEBUG.debug_stmt(l_log_head,d_pos, 'Debug File Location: '||
1284: OE_DEBUG_PUB.Set_Debug_Mode('FILE'));
1285: OE_DEBUG_PUB.Initialize;
1286: OE_DEBUG_PUB.Debug_On;
1287: END IF;
1288:

Line 1285: OE_DEBUG_PUB.Initialize;

1281: PO_DEBUG.debug_stmt(l_log_head,d_pos,'Set OE Debug');
1282: OE_DEBUG_PUB.SetDebugLevel(10);
1283: PO_DEBUG.debug_stmt(l_log_head,d_pos, 'Debug File Location: '||
1284: OE_DEBUG_PUB.Set_Debug_Mode('FILE'));
1285: OE_DEBUG_PUB.Initialize;
1286: OE_DEBUG_PUB.Debug_On;
1287: END IF;
1288:
1289: d_pos := 150;

Line 1286: OE_DEBUG_PUB.Debug_On;

1282: OE_DEBUG_PUB.SetDebugLevel(10);
1283: PO_DEBUG.debug_stmt(l_log_head,d_pos, 'Debug File Location: '||
1284: OE_DEBUG_PUB.Set_Debug_Mode('FILE'));
1285: OE_DEBUG_PUB.Initialize;
1286: OE_DEBUG_PUB.Debug_On;
1287: END IF;
1288:
1289: d_pos := 150;
1290: IF g_debug_stmt THEN