DBA Data[Home] [Help]

APPS.PO_WF_REQ_FLEXBUILDER_UPGRADE dependencies on PO_WF_DEBUG_PKG

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

55: BEGIN
56:
57: x_progress := 'PO_WF_REQ_FLEXBUILDER_UPGRADE.charge_account: 01';
58: IF (g_po_wf_debug = 'Y') THEN
59: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
60: END IF;
61:
62:
63: -- Do nothing in cancel or timeout mode

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

79: FB_ERROR_MSG );
80:
81: x_progress := 'PO_WF_REQ_FLEXBUILDER_UPGRADE.charge_account: 02';
82: IF (g_po_wf_debug = 'Y') THEN
83: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
84: END IF;
85:
86: if l_result_flag then
87:

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

140: BEGIN
141:
142: x_progress := 'PO_WF_REQ_FLEXBUILDER_UPGRADE.budget_account: 01';
143: IF (g_po_wf_debug = 'Y') THEN
144: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
145: END IF;
146:
147:
148: -- Do nothing in cancel or timeout mode

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

164: FB_ERROR_MSG );
165:
166: x_progress := 'PO_WF_REQ_FLEXBUILDER_UPGRADE.budget_account: 02';
167: IF (g_po_wf_debug = 'Y') THEN
168: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
169: END IF;
170:
171: if l_result_flag then
172:

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

216: BEGIN
217:
218: x_progress := 'PO_WF_REQ_FLEXBUILDER_UPGRADE.variance_account: 01';
219: IF (g_po_wf_debug = 'Y') THEN
220: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
221: END IF;
222:
223:
224: -- Do nothing in cancel or timeout mode

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

240: FB_ERROR_MSG );
241:
242: x_progress := 'PO_WF_REQ_FLEXBUILDER_UPGRADE.variance_account: 02';
243: IF (g_po_wf_debug = 'Y') THEN
244: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
245: END IF;
246:
247: if l_result_flag then
248:

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

292: BEGIN
293:
294: x_progress := 'PO_WF_REQ_FLEXBUILDER_UPGRADE.accrual_account: 01';
295: IF (g_po_wf_debug = 'Y') THEN
296: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
297: END IF;
298:
299:
300: -- Do nothing in cancel or timeout mode

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

316: FB_ERROR_MSG );
317:
318: x_progress := 'PO_WF_REQ_FLEXBUILDER_UPGRADE.accrual_account: 02';
319: IF (g_po_wf_debug = 'Y') THEN
320: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
321: END IF;
322:
323: if l_result_flag then
324:

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

453: begin
454:
455: x_progress := 'PO_WF_REQ_FLEXBUILDER_UPGRADE.req_build_charge_account: 1';
456: IF (g_po_wf_debug = 'Y') THEN
457: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
458: END IF;
459:
460: -- Get values for the arguments to the build call from the Workflow Item Attributes.
461:

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

910:
911: END IF;
912: x_progress := 'PO_WF_REQ_FLEXBUILDER_UPGRADE.req_build_account : 2';
913: IF (g_po_wf_debug = 'Y') THEN
914: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
915: END IF;
916:
917: return x_result_flag;
918:

Line 923: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,'EXCEPTION raised in req_build_account procedure');

919: exception
920: when others then
921: wf_core.context('PO_WF_REQ_FLEXBUILDER_UPGRADE','req_build_account',x_progress);
922: IF (g_po_wf_debug = 'Y') THEN
923: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,'EXCEPTION raised in req_build_account procedure');
924: END IF;
925: raise;
926: end req_build_account;
927: