DBA Data[Home] [Help]

APPS.PO_WF_PO_FLEXBUILDER_UPGRADE dependencies on PO_WF_DEBUG_PKG

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

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

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

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

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

90: FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS ( itemtype, itemkey, FB_FLEX_SEG );
91:
92: x_progress := 'FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS:success:' || FB_FLEX_SEG;
93: IF (g_po_wf_debug = 'Y') THEN
94: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
95: END IF;
96:
97: result := 'COMPLETE:SUCCESS';
98: return;

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

100: --If the build_account call returns an error message then set the ERROR_MSG attrib.
101:
102: x_progress := 'FND_FLEX_WORKFLOW.LOAD_CONCATENATED_SEGMENTS:failure:' || FB_ERROR_MSG;
103: IF (g_po_wf_debug = 'Y') THEN
104: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
105: END IF;
106:
107: wf_engine.SetItemAttrText ( itemtype=>itemtype,
108: itemkey=>itemkey,

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

149: BEGIN
150:
151: x_progress := 'PO_WF_PO_FLEXBUILDER_UPGRADE.budget_account: 01';
152: IF (g_po_wf_debug = 'Y') THEN
153: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
154: END IF;
155:
156:
157: -- Do nothing in cancel or timeout mode

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

173: FB_ERROR_MSG );
174:
175: x_progress := 'PO_WF_PO_FLEXBUILDER_UPGRADE.budget_account: 02';
176: IF (g_po_wf_debug = 'Y') THEN
177: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
178: END IF;
179:
180: if l_result_flag then
181:

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

225: BEGIN
226:
227: x_progress := 'PO_WF_PO_FLEXBUILDER_UPGRADE.variance_account: 01';
228: IF (g_po_wf_debug = 'Y') THEN
229: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
230: END IF;
231:
232:
233: -- Do nothing in cancel or timeout mode

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

249: FB_ERROR_MSG );
250:
251: x_progress := 'PO_WF_PO_FLEXBUILDER_UPGRADE.variance_account: 02';
252: IF (g_po_wf_debug = 'Y') THEN
253: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
254: END IF;
255:
256: if l_result_flag then
257:

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

301: BEGIN
302:
303: x_progress := 'PO_WF_PO_FLEXBUILDER_UPGRADE.accrual_account: 01';
304: IF (g_po_wf_debug = 'Y') THEN
305: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
306: END IF;
307:
308:
309: -- Do nothing in cancel or timeout mode

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

325: FB_ERROR_MSG );
326:
327: x_progress := 'PO_WF_PO_FLEXBUILDER_UPGRADE.accrual_account: 02';
328: IF (g_po_wf_debug = 'Y') THEN
329: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
330: END IF;
331:
332: if l_result_flag then
333:

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

584: -- chart_of_accounts_id = gl_set_of_books.charge_of_account_id - structure id
585:
586: x_progress := 'calling PO_PO_CHARGE_ACCOUNT.BUILD';
587: IF (g_po_wf_debug = 'Y') THEN
588: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
589: END IF;
590:
591: IF (accountType = 'CHARGE') then
592:

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

1005: END IF;
1006:
1007: x_progress := 'After calling PO_PO_' || accountType || '_ACCOUNT.BUILD:fb_flex_seg:' || fb_flex_seg || ' fb_error_msg:' || fb_error_msg;
1008: IF (g_po_wf_debug = 'Y') THEN
1009: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
1010: END IF;
1011:
1012: return x_result_flag;
1013:

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

1014: exception
1015: when others then
1016: wf_core.context('PO_WF_PO_FLEXBUILDER_UPGRADE','po_build_account',x_progress);
1017: IF (g_po_wf_debug = 'Y') THEN
1018: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,'EXCEPTION raised in po_build_account procedure');
1019: END IF;
1020: raise;
1021:
1022: end po_build_account;