DBA Data[Home] [Help]

APPS.PORCPTWF dependencies on PO_WF_UTIL_PKG

Line 948: PO_WF_UTIL_PKG.SetItemAttrText(itemtype => l_ItemType,

944: process => 'PO_CONFIRM_RECEIPT' );
945:
946: -- ash_debug.debug('Start_Rcpt_Process','1');
947:
948: PO_WF_UTIL_PKG.SetItemAttrText(itemtype => l_ItemType,
949: itemkey => l_itemkey,
950: aname => 'WF_ITEM_KEY',
951: avalue => l_ItemKey);
952:

Line 979: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => l_itemtype,

975: itemkey => l_itemkey,
976: aname => 'PO_HEADER_ID',
977: avalue => x_header_id );
978:
979: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => l_itemtype,
980: itemkey => l_itemkey,
981: aname => 'PO_NUM_REL_NUM',
982: avalue => x_po_num_rel_num );
983:

Line 1811: x_ntf_trigerred_date := PO_WF_UTIL_PKG.GetItemAttrText(

1807: aname => 'DUE_DATE');
1808:
1809: --
1810: -- To retrieve notification triggered date
1811: x_ntf_trigerred_date := PO_WF_UTIL_PKG.GetItemAttrText(
1812: itemtype => itemtype,
1813: itemkey => itemkey,
1814: aname => 'NTF_TRIGGERED_DATE');
1815:

Line 3450: x_header_id := PO_WF_UTIL_PKG.GetItemAttrNumber( itemtype => l_item_type,

3446: aname => 'SO_HEADER_ID');
3447:
3448: else
3449:
3450: x_header_id := PO_WF_UTIL_PKG.GetItemAttrNumber( itemtype => l_item_type,
3451: itemkey => l_item_key,
3452: aname => 'PO_NUM_REL_NUM');
3453: -- aname => 'PO_NUMBER');
3454:

Line 3720: conf_item_key := PO_WF_UTIL_PKG.GetItemAttrText(

3716:
3717: -- update the distribution data only if the skip validation param is not Y
3718: if (skip_distribution_updation <> 'Y') then
3719: -- Get the wf_item_key item attribute value
3720: conf_item_key := PO_WF_UTIL_PKG.GetItemAttrText(
3721: itemtype => itemtype,
3722: itemkey => itemkey,
3723: aname => 'WF_ITEM_KEY');
3724:

Line 3742: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => itemtype,

3738: po_wf_debug_pkg.insert_debug(itemtype, itemkey, x_progress);
3739: END IF;
3740: CLOSE Porcpt_LineInfo;
3741:
3742: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => itemtype,
3743: itemkey => itemkey,
3744: aname => 'NTF_TRIGGERED_BY',
3745: avalue => l_ntf_trig);
3746:

Line 3749: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => itemtype,

3745: avalue => l_ntf_trig);
3746:
3747: -- set the current date. This is used to verify for need by
3748: -- date trigerred lines during 'Receive in full' action
3749: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => itemtype,
3750: itemkey => itemkey,
3751: aname => 'NTF_TRIGGERED_DATE',
3752: avalue => (to_char(sysdate, 'DD/MM/YYYY'))); --bug 16556483
3753: x_progress := 'Populate_Order_Info 004 l_ntf_trig: ' || l_ntf_trig || ' line_count: ' || line_count;

Line 3996: x_po_num_rel_num := PO_WF_UTIL_PKG.GetItemAttrText (itemtype => itemtype,

3992: x_revision_num := wf_engine.GetItemAttrNumber( itemtype => itemtype,
3993: itemkey => itemkey,
3994: aname => 'PO_REVISION_NUM');
3995:
3996: x_po_num_rel_num := PO_WF_UTIL_PKG.GetItemAttrText (itemtype => itemtype,
3997: itemkey => itemkey,
3998: aname => 'PO_NUM_REL_NUM');
3999: select sysdate
4000: into x_sys_date

Line 4032: l_ntf_trig_by := PO_WF_UTIL_PKG.GetItemAttrText (itemtype => itemtype,

4028: IS
4029: l_ntf_trig_by varchar2(25);
4030: begin
4031:
4032: l_ntf_trig_by := PO_WF_UTIL_PKG.GetItemAttrText (itemtype => itemtype,
4033: itemkey => itemkey,
4034: aname => 'NTF_TRIGGERED_BY');
4035:
4036: If l_ntf_trig_by = 'INV_MATCH' then