DBA Data[Home] [Help]

APPS.PO_WF_PO_BUDGET_ACC dependencies on PO_WF_PO_BUDGET_ACC

Line 1: PACKAGE BODY PO_WF_PO_BUDGET_ACC AS

1: PACKAGE BODY PO_WF_PO_BUDGET_ACC AS
2: /* $Header: POXWPBAB.pls 115.4 2002/11/22 22:08:09 sbull ship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');

Line 12: | PL/SQL body for package: PO_WF_PO_BUDGET_ACC

8: | FILENAME
9: | POXWPBAB.pls
10: |
11: | DESCRIPTION
12: | PL/SQL body for package: PO_WF_PO_BUDGET_ACC
13: |
14: | NOTES
15: | MODIFIED IMRAN ALI (09/03/97) - Created
16: *=====================================================================*/

Line 40: x_progress := 'PO_WF_PO_BUDGET_ACC.BA_from_item_sub: 01';

36: x_item_id number;
37: x_dest_org_id number;
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:

Line 72: dbms_output.put_line ('Procedure PO_WF_PO_BUDGET_ACC.BA_from_item_sub');

68: itemkey => itemkey,
69: aname => 'ITEM_ID');
70: /*
71: If (debug_acc_generator_wf) then
72: dbms_output.put_line ('Procedure PO_WF_PO_BUDGET_ACC.BA_from_item_sub');
73: dbms_output.put_line ('DESTINATION_TYPE_CODE: ' || x_destination_type);
74: dbms_output.put_line ('DESTINATION_ORGANIZATION_ID: ' || to_char(x_dest_org_id));
75: dbms_output.put_line ('ITEM_ID: ' || to_char(x_item_id));
76: dbms_output.put_line ('DESTINATION_SUBINVENTORY: ' || x_dest_sub_inv);

Line 113: wf_core.context('PO_WF_PO_BUDGET_ACC','BA_from_item_sub',x_progress);

109: return;
110:
111: EXCEPTION
112: WHEN OTHERS THEN
113: wf_core.context('PO_WF_PO_BUDGET_ACC','BA_from_item_sub',x_progress);
114: raise;
115: end BA_from_item_sub;
116:
117: -- * ****************************************************************************** *

Line 132: x_progress := 'PO_WF_PO_BUDGET_ACC.pre_defined_item: 01';

128: x_progress varchar2(100);
129: x_item_id number;
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:

Line 161: wf_core.context('PO_WF_PO_BUDGET_ACC','pre_defined_item',x_progress);

157: RETURN;
158:
159: EXCEPTION
160: WHEN OTHERS THEN
161: wf_core.context('PO_WF_PO_BUDGET_ACC','pre_defined_item',x_progress);
162: raise;
163:
164: end pre_defined_item;
165:

Line 183: x_progress := 'PO_WF_PO_BUDGET_ACC.get_item_BA: 01';

179: x_item_id number;
180: x_account number;
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:

Line 207: dbms_output.put_line ('Procedure PO_WF_PO_BUDGET_ACC.get_item_BA');

203: itemkey => itemkey,
204: aname => 'ITEM_ID');
205: /*
206: If (debug_acc_generator_wf) then
207: dbms_output.put_line ('Procedure PO_WF_PO_BUDGET_ACC.get_item_BA');
208: dbms_output.put_line ('DESTINATION_ORGANIZATION_ID: ' || to_char(x_dest_org_id));
209: dbms_output.put_line ('ITEM_ID: ' || to_char(x_item_id));
210: end if;
211: */

Line 238: wf_core.context('PO_WF_PO_BUDGET_ACC','get_item_BA',x_progress);

234: RETURN;
235:
236: EXCEPTION
237: WHEN OTHERS THEN
238: wf_core.context('PO_WF_PO_BUDGET_ACC','get_item_BA',x_progress);
239: raise;
240:
241: end get_item_BA;
242:

Line 259: x_progress := 'PO_WF_PO_BUDGET_ACC.get_org_BA: 01';

255: x_dest_org_id number;
256: x_account number;
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:

Line 279: dbms_output.put_line ('Procedure PO_WF_PO_BUDGET_ACC.get_org_BA');

275: itemkey => itemkey,
276: aname => 'DESTINATION_ORGANIZATION_ID');
277: /*
278: If (debug_acc_generator_wf) then
279: dbms_output.put_line ('Procedure PO_WF_PO_BUDGET_ACC.get_org_BA');
280: dbms_output.put_line ('DESTINATION_ORGANIZATION_ID: ' || to_char(x_dest_org_id));
281: end if;
282: */
283: begin

Line 309: wf_core.context('PO_WF_PO_BUDGET_ACC','get_org_BA',x_progress);

305: RETURN;
306:
307: EXCEPTION
308: WHEN OTHERS THEN
309: wf_core.context('PO_WF_PO_BUDGET_ACC','get_org_BA',x_progress);
310: raise;
311:
312: end get_org_BA;
313:

Line 329: x_progress := 'PO_WF_PO_BUDGET_ACC.get_charge_account: 01';

325: x_progress varchar2(100);
326: x_account number;
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:

Line 349: dbms_output.put_line ('Procedure PO_WF_PO_BUDGET_ACC.get_charge_account');

345: itemkey => itemkey,
346: aname => 'CODE_COMBINATION_ID');
347: /*
348: If (debug_acc_generator_wf) then
349: dbms_output.put_line ('Procedure PO_WF_PO_BUDGET_ACC.get_charge_account');
350: dbms_output.put_line ('CODE_COMBINATION_ID: ' || to_char(x_account));
351: end if;
352: */
353: if (x_account IS NOT NULL) then

Line 369: wf_core.context('PO_WF_PO_BUDGET_ACC','get_charge_account',x_progress);

365: end if;
366:
367: EXCEPTION
368: WHEN OTHERS THEN
369: wf_core.context('PO_WF_PO_BUDGET_ACC','get_charge_account',x_progress);
370: raise;
371:
372: end get_charge_account;
373:

Line 420: end PO_WF_PO_BUDGET_ACC;

416:
417: END debug_off;
418:
419:
420: end PO_WF_PO_BUDGET_ACC;