DBA Data[Home] [Help]

APPS.PO_MOD_CONTROL_PVT dependencies on PO_DEBUG

Line 165: PO_DEBUG.debug_stmt(d_module,d_position,'No notification data found');

161: END IF;
162: END LOOP;
163: EXCEPTION
164: WHEN NO_DATA_FOUND THEN
165: PO_DEBUG.debug_stmt(d_module,d_position,'No notification data found');
166: END;
167: --
168:
169: --start bug 15905347

Line 382: PO_DEBUG.debug_stmt(d_module,d_position,'No notification data found');

378: END LOOP;
379:
380: EXCEPTION
381: WHEN NO_DATA_FOUND THEN
382: PO_DEBUG.debug_stmt(d_module,d_position,'No notification data found');
383: END;
384:
385: d_position := 40;
386:

Line 1171: po_debug.Debug_stmt(d_module, d_position, 'Req Header Id : ' || l_req_header_id);

1167:
1168: PO_MOAC_UTILS_PVt.set_org_context(l_org_id);
1169:
1170: IF po_log.d_stmt THEN
1171: po_debug.Debug_stmt(d_module, d_position, 'Req Header Id : ' || l_req_header_id);
1172: END IF;
1173:
1174: d_position := 20;
1175:

Line 1420: po_debug.Debug_stmt(d_module, d_position, 'No notification data found');

1416: END LOOP;
1417: EXCEPTION
1418: WHEN no_data_found THEN
1419: IF po_log.d_stmt THEN
1420: po_debug.Debug_stmt(d_module, d_position, 'No notification data found');
1421: END IF;
1422: END;
1423:
1424: d_position := 190;