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: --Bug 7639037. Uday Phadtare. Commented call to GMF SLA API for process_org because currently

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

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

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

140: x_msg_count => x_msg_count);
141: x_account := GMF_transaction_accounts_PUB.g_gmf_accts_tab_PUR(1).target_ccid;
142:
143: --GML_ACCT_GENERATE.GENERATE_OPM_ACCT('ACCRUAL','', '', x_dest_org_id, x_item_id, x_vendor_site_id, x_account);
144: po_wf_util_pkg.SetItemAttrNumber ( itemtype=>itemtype,
145: itemkey=>itemkey,
146: aname=>'TEMP_ACCOUNT_ID',
147: avalue=>x_account );
148: ELSE

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

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

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

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

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

239: --GMF_transaction_accounts_PUB.get_accounts is not getting the account as per SLA setup.
240: /*
241: if ( PO_GML_DB_COMMON.check_process_org(x_dest_org_id) = 'Y')
242: then
243: x_item_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
244: itemkey => itemkey,
245: aname => 'ITEM_ID');
246: x_vendor_site_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
247: itemkey => itemkey,

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

242: then
243: x_item_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
244: itemkey => itemkey,
245: aname => 'ITEM_ID');
246: x_vendor_site_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
247: itemkey => itemkey,
248: aname => 'VENDOR_SITE_ID');
249: GMF_transaction_accounts_PUB.g_gmf_accts_tab_PUR(1).account_type_code := GMF_transaction_accounts_PUB.G_ACCRUAL_ACCT;
250: GMF_transaction_accounts_PUB.g_gmf_accts_tab_PUR(1).item_type := '';

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

262: x_msg_count => x_msg_count);
263: x_account := GMF_transaction_accounts_PUB.g_gmf_accts_tab_PUR(1).target_ccid;
264:
265: --GML_ACCT_GENERATE.GENERATE_OPM_ACCT('ACCRUAL','', '', x_dest_org_id, x_item_id, x_vendor_site_id, x_account);
266: po_wf_util_pkg.SetItemAttrNumber ( itemtype=>itemtype,
267: itemkey=>itemkey,
268: aname=>'TEMP_ACCOUNT_ID',
269: avalue=>x_account );
270: ELSE

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

273: begin
274: select accrued_code_combination_id into x_account
275: from po_system_parameters;
276:
277: po_wf_util_pkg.SetItemAttrNumber ( itemtype=>itemtype,
278: itemkey=>itemkey,
279: aname=>'TEMP_ACCOUNT_ID',
280: avalue=>x_account );
281: exception

Line 368: l_purchasing_ou_id := PO_WF_UTIL_PKG.GetItemAttrNumber(

364: RETURN;
365: END IF;
366:
367: l_progress := '020';
368: l_purchasing_ou_id := PO_WF_UTIL_PKG.GetItemAttrNumber(
369: itemtype => itemtype,
370: itemkey => itemkey,
371: aname => 'PURCHASING_OU_ID');
372:

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

392:
393: IF (l_account_id IS NULL ) THEN
394: result := WF_ENGINE.eng_completed || ':FAILURE';
395: ELSE
396: PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype => itemtype,
397: itemkey => itemkey,
398: aname => 'TEMP_ACCOUNT_ID',
399: avalue => l_account_id );
400:

Line 485: po_wf_util_pkg.setitemattrnumber

481: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
482: END IF;
483:
484: IF (x_fsio_accrual_account IS NOT NULL) THEN
485: po_wf_util_pkg.setitemattrnumber
486: (itemtype => itemtype,
487: itemkey => itemkey,
488: aname => 'TEMP_ACCOUNT_ID',
489: avalue => x_fsio_accrual_account);