DBA Data[Home] [Help]

APPS.PO_XML_DELIVERY dependencies on PO_WF_UTIL_PKG

Line 1371: l_document_type := PO_WF_UTIL_PKG.GetItemAttrText(itemtype=> itemType,

1367:
1368: --
1369: /* Need to set the print count also, when communicating through XML */
1370:
1371: l_document_type := PO_WF_UTIL_PKG.GetItemAttrText(itemtype=> itemType,
1372: itemkey => itemkey,
1373: aname => 'DOCUMENT_TYPE');
1374:
1375: PO_REQAPPROVAL_INIT1.update_print_count(l_doc_id,l_document_type);

Line 1578: l_change_request_group_id := PO_WF_UTIL_PKG.GetItemAttrNumber (itemtype => itemtype,

1574: IS
1575: l_change_request_group_id number;
1576: src varchar2(30);
1577: BEGIN
1578: l_change_request_group_id := PO_WF_UTIL_PKG.GetItemAttrNumber (itemtype => itemtype,
1579: itemkey => itemkey,
1580: aname => 'CHANGE_REQUEST_GROUP_ID');
1581:
1582: if (l_change_request_group_id is null) then

Line 1693: --x_org_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,

1689: BEGIN
1690:
1691:
1692: --set the org context
1693: --x_org_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,
1694: -- itemkey => itemkey,
1695: -- aname => 'ORG_ID');
1696: --if (x_org_id is not null) then
1697: -- fnd_client__info.set_org_context(to_char(x_org_id));

Line 1716: l_user_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,

1712:
1713: end if;
1714:
1715:
1716: l_user_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,
1717: itemkey => itemkey,
1718: aname => 'USER_ID');
1719:
1720: l_resp_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,

Line 1720: l_resp_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,

1716: l_user_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,
1717: itemkey => itemkey,
1718: aname => 'USER_ID');
1719:
1720: l_resp_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,
1721: itemkey => itemkey,
1722: aname => 'RESPONSIBILITY_ID');
1723:
1724: -- bug#5442045, receiving the APPLICATION_ID event parameter in a text item attribute

Line 1727: l_appl_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,

1723:
1724: -- bug#5442045, receiving the APPLICATION_ID event parameter in a text item attribute
1725: -- If the event attribute is defined a number a decimal is being appended which causing a failure in CLN code
1726: /*
1727: l_appl_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,
1728: itemkey => itemkey,
1729: aname => 'APPLICATION_ID');*/
1730: -- bug#5415920
1731: l_appl_id := to_number(PO_WF_UTIL_PKG.GetItemAttrText(itemtype=>itemtype, itemkey=>itemkey, aname=>'APPLICATION_ID'));

Line 1731: l_appl_id := to_number(PO_WF_UTIL_PKG.GetItemAttrText(itemtype=>itemtype, itemkey=>itemkey, aname=>'APPLICATION_ID'));

1727: l_appl_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,
1728: itemkey => itemkey,
1729: aname => 'APPLICATION_ID');*/
1730: -- bug#5415920
1731: l_appl_id := to_number(PO_WF_UTIL_PKG.GetItemAttrText(itemtype=>itemtype, itemkey=>itemkey, aname=>'APPLICATION_ID'));
1732:
1733: x_progress := 'PO_XML_DELIVERY.set_user_context : 002';
1734: IF (g_po_wf_debug = 'Y') THEN
1735: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress