DBA Data[Home] [Help]

APPS.PO_WF_PO_BUDGET_ACC dependencies on PO_WF_DEBUG_PKG

Line 42: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

38: begin
39:
40: x_progress := 'PO_WF_PO_BUDGET_ACC.BA_from_item_sub: 01';
41: IF (g_po_wf_debug = 'Y') THEN
42: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
43: END IF;
44:
45:
46: -- Do nothing in cancel or timeout mode

Line 134: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

130: begin
131:
132: x_progress := 'PO_WF_PO_BUDGET_ACC.pre_defined_item: 01';
133: IF (g_po_wf_debug = 'Y') THEN
134: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
135: END IF;
136:
137:
138: -- Do nothing in cancel or timeout mode

Line 185: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

181: begin
182:
183: x_progress := 'PO_WF_PO_BUDGET_ACC.get_item_BA: 01';
184: IF (g_po_wf_debug = 'Y') THEN
185: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
186: END IF;
187:
188:
189: -- Do nothing in cancel or timeout mode

Line 261: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

257: begin
258:
259: x_progress := 'PO_WF_PO_BUDGET_ACC.get_org_BA: 01';
260: IF (g_po_wf_debug = 'Y') THEN
261: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
262: END IF;
263:
264:
265: -- Do nothing in cancel or timeout mode

Line 331: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

327: begin
328:
329: x_progress := 'PO_WF_PO_BUDGET_ACC.get_charge_account: 01';
330: IF (g_po_wf_debug = 'Y') THEN
331: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
332: END IF;
333:
334:
335: -- Do nothing in cancel or timeout mode