DBA Data[Home] [Help]

APPS.PO_XML_DELIVERY dependencies on PO_WF_UTIL_PKG

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

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

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

1578: IS
1579: l_change_request_group_id number;
1580: src varchar2(30);
1581: BEGIN
1582: l_change_request_group_id := PO_WF_UTIL_PKG.GetItemAttrNumber (itemtype => itemtype,
1583: itemkey => itemkey,
1584: aname => 'CHANGE_REQUEST_GROUP_ID');
1585:
1586: if (l_change_request_group_id is null) then

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

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

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

1716:
1717: end if;
1718:
1719:
1720: l_user_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,
1721: itemkey => itemkey,
1722: aname => 'USER_ID');
1723:
1724: l_resp_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,

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

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

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

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

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

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