DBA Data[Home] [Help]

APPS.PORCPTWF dependencies on PO_WF_UTIL_PKG

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

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

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

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

Line 1808: x_ntf_trigerred_date := PO_WF_UTIL_PKG.GetItemAttrText(

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

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

3401: aname => 'SO_HEADER_ID');
3402:
3403: else
3404:
3405: x_header_id := PO_WF_UTIL_PKG.GetItemAttrNumber( itemtype => l_item_type,
3406: itemkey => l_item_key,
3407: aname => 'PO_NUM_REL_NUM');
3408: -- aname => 'PO_NUMBER');
3409:

Line 3668: conf_item_key := PO_WF_UTIL_PKG.GetItemAttrText(

3664:
3665: -- update the distribution data only if the skip validation param is not Y
3666: if (skip_distribution_updation <> 'Y') then
3667: -- Get the wf_item_key item attribute value
3668: conf_item_key := PO_WF_UTIL_PKG.GetItemAttrText(
3669: itemtype => itemtype,
3670: itemkey => itemkey,
3671: aname => 'WF_ITEM_KEY');
3672:

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

3682:
3683: END LOOP;
3684: CLOSE Porcpt_LineInfo;
3685:
3686: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => itemtype,
3687: itemkey => itemkey,
3688: aname => 'NTF_TRIGGERED_BY',
3689: avalue => l_ntf_trig);
3690:

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

3689: avalue => l_ntf_trig);
3690:
3691: -- set the current date. This is used to verify for need by
3692: -- date trigerred lines during 'Receive in full' action
3693: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => itemtype,
3694: itemkey => itemkey,
3695: aname => 'NTF_TRIGGERED_DATE',
3696: avalue => sysdate);
3697: return line_count;

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

3932: x_revision_num := wf_engine.GetItemAttrNumber( itemtype => itemtype,
3933: itemkey => itemkey,
3934: aname => 'PO_REVISION_NUM');
3935:
3936: x_po_num_rel_num := PO_WF_UTIL_PKG.GetItemAttrText (itemtype => itemtype,
3937: itemkey => itemkey,
3938: aname => 'PO_NUM_REL_NUM');
3939: select sysdate
3940: into x_sys_date

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

3968: IS
3969: l_ntf_trig_by varchar2(25);
3970: begin
3971:
3972: l_ntf_trig_by := PO_WF_UTIL_PKG.GetItemAttrText (itemtype => itemtype,
3973: itemkey => itemkey,
3974: aname => 'NTF_TRIGGERED_BY');
3975:
3976: If l_ntf_trig_by = 'INV_MATCH' then