DBA Data[Home] [Help]

APPS.PO_WF_PO_BUDGET_ACC dependencies on PO_WF_UTIL_PKG

Line 427: x_wip_entity_type := po_wf_util_pkg.GetItemAttrText ( itemtype => itemtype,

423: return;
424:
425: end if;
426:
427: x_wip_entity_type := po_wf_util_pkg.GetItemAttrText ( itemtype => itemtype,
428: itemkey => itemkey,
429: aname => 'WIP_ENTITY_TYPE');
430:
431: if x_wip_entity_type = 6 then

Line 495: x_wip_entity_id := po_wf_util_pkg.GetItemAttrText ( itemtype => itemtype,

491: return;
492:
493: end if;
494:
495: x_wip_entity_id := po_wf_util_pkg.GetItemAttrText ( itemtype => itemtype,
496: itemkey => itemkey,
497: aname => 'WIP_ENTITY_ID');
498:
499:

Line 500: x_item_id := po_wf_util_pkg.GetItemAttrText ( itemtype => itemtype,

496: itemkey => itemkey,
497: aname => 'WIP_ENTITY_ID');
498:
499:
500: x_item_id := po_wf_util_pkg.GetItemAttrText ( itemtype => itemtype,
501: itemkey => itemkey,
502: aname => 'ITEM_ID');
503:
504: -- Calling Costing API