DBA Data[Home] [Help]

APPS.POS_WCAPPROVE_PVT dependencies on PO_WF_UTIL_PKG

Line 2156: l_approver_type := po_wf_util_pkg.GetItemAttrText

2152: ' l_transaction_type '
2153: || l_transaction_type);
2154: END IF;
2155:
2156: l_approver_type := po_wf_util_pkg.GetItemAttrText
2157: (itemtype => p_itemtype,
2158: itemkey => p_itemkey,
2159: aname => 'AME_APPROVER_TYPE');
2160: IF (g_asn_debug = 'Y') THEN