DBA Data[Home] [Help]

APPS.PO_WF_PO_ACCRUAL_ACC dependencies on PO_WF_UTIL_PKG

Line 47: x_destination_type := po_wf_util_pkg.GetItemAttrText ( itemtype => itemtype,

43: return;
44:
45: end if;
46:
47: x_destination_type := po_wf_util_pkg.GetItemAttrText ( itemtype => itemtype,
48: itemkey => itemkey,
49: aname => 'DESTINATION_TYPE_CODE');
50: if x_destination_type = 'EXPENSE' then
51: result := 'COMPLETE:EXPENSE';

Line 111: x_dest_org_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,

107: return;
108:
109: end if;
110:
111: x_dest_org_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
112: itemkey => itemkey,
113: aname => 'DESTINATION_ORGANIZATION_ID');
114: x_item_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
115: itemkey => itemkey,

Line 114: x_item_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,

110:
111: x_dest_org_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
112: itemkey => itemkey,
113: aname => 'DESTINATION_ORGANIZATION_ID');
114: x_item_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
115: itemkey => itemkey,
116: aname => 'ITEM_ID');
117: --
118: --call SLA API instead of GML_ACCT_GENERATE */

Line 121: x_vendor_site_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,

117: --
118: --call SLA API instead of GML_ACCT_GENERATE */
119: if ( PO_GML_DB_COMMON.check_process_org(x_dest_org_id) = 'Y')
120: then
121: x_vendor_site_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
122: itemkey => itemkey,
123: aname => 'VENDOR_SITE_ID');
124: GMF_transaction_accounts_PUB.g_gmf_accts_tab_PUR(1).account_type_code := GMF_transaction_accounts_PUB.G_ACCRUAL_ACCT;
125: GMF_transaction_accounts_PUB.g_gmf_accts_tab_PUR(1).item_type := '';

Line 141: po_wf_util_pkg.SetItemAttrNumber ( itemtype=>itemtype,

137: x_msg_count => x_msg_count);
138: x_account := GMF_transaction_accounts_PUB.g_gmf_accts_tab_PUR(1).target_ccid;
139:
140: /* GML_ACCT_GENERATE.GENERATE_OPM_ACCT('ACCRUAL','', '', x_dest_org_id, x_item_id, x_vendor_site_id, x_account); */
141: po_wf_util_pkg.SetItemAttrNumber ( itemtype=>itemtype,
142: itemkey=>itemkey,
143: aname=>'TEMP_ACCOUNT_ID',
144: avalue=>x_account );
145: ELSE

Line 162: po_wf_util_pkg.SetItemAttrNumber ( itemtype=>itemtype,

158: from po_system_parameters;
159: END IF;
160: --
161:
162: po_wf_util_pkg.SetItemAttrNumber ( itemtype=>itemtype,
163: itemkey=>itemkey,
164: aname=>'TEMP_ACCOUNT_ID',
165: avalue=>x_account );
166:

Line 229: x_dest_org_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,

225: return;
226:
227: end if;
228: -- -- call SLA API instead of GML_ACCT_GENERATE
229: x_dest_org_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
230: itemkey => itemkey,
231: aname => 'DESTINATION_ORGANIZATION_ID');
232:
233: -- ret := fnd_installation.get_app_info('GMI', X_status, dummy, dummy);

Line 237: x_item_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,

233: -- ret := fnd_installation.get_app_info('GMI', X_status, dummy, dummy);
234:
235: if ( PO_GML_DB_COMMON.check_process_org(x_dest_org_id) = 'Y')
236: then
237: x_item_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
238: itemkey => itemkey,
239: aname => 'ITEM_ID');
240: x_vendor_site_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
241: itemkey => itemkey,

Line 240: x_vendor_site_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,

236: then
237: x_item_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
238: itemkey => itemkey,
239: aname => 'ITEM_ID');
240: x_vendor_site_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
241: itemkey => itemkey,
242: aname => 'VENDOR_SITE_ID');
243: GMF_transaction_accounts_PUB.g_gmf_accts_tab_PUR(1).account_type_code := GMF_transaction_accounts_PUB.G_ACCRUAL_ACCT;
244: GMF_transaction_accounts_PUB.g_gmf_accts_tab_PUR(1).item_type := '';

Line 260: po_wf_util_pkg.SetItemAttrNumber ( itemtype=>itemtype,

256: x_msg_count => x_msg_count);
257: x_account := GMF_transaction_accounts_PUB.g_gmf_accts_tab_PUR(1).target_ccid;
258:
259: /* GML_ACCT_GENERATE.GENERATE_OPM_ACCT('ACCRUAL','', '', x_dest_org_id, x_item_id, x_vendor_site_id, x_account); */
260: po_wf_util_pkg.SetItemAttrNumber ( itemtype=>itemtype,
261: itemkey=>itemkey,
262: aname=>'TEMP_ACCOUNT_ID',
263: avalue=>x_account );
264: ELSE

Line 271: po_wf_util_pkg.SetItemAttrNumber ( itemtype=>itemtype,

267: begin
268: select accrued_code_combination_id into x_account
269: from po_system_parameters;
270:
271: po_wf_util_pkg.SetItemAttrNumber ( itemtype=>itemtype,
272: itemkey=>itemkey,
273: aname=>'TEMP_ACCOUNT_ID',
274: avalue=>x_account );
275: exception

Line 362: l_purchasing_ou_id := PO_WF_UTIL_PKG.GetItemAttrNumber(

358: RETURN;
359: END IF;
360:
361: l_progress := '020';
362: l_purchasing_ou_id := PO_WF_UTIL_PKG.GetItemAttrNumber(
363: itemtype => itemtype,
364: itemkey => itemkey,
365: aname => 'PURCHASING_OU_ID');
366:

Line 390: PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype => itemtype,

386:
387: IF (l_account_id IS NULL ) THEN
388: result := WF_ENGINE.eng_completed || ':FAILURE';
389: ELSE
390: PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype => itemtype,
391: itemkey => itemkey,
392: aname => 'TEMP_ACCOUNT_ID',
393: avalue => l_account_id );
394: