DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_ACTION dependencies on PO_WF_UTIL_PKG

Line 679: l_document_type := po_wf_util_pkg.GetItemAttrText (itemtype => itemtype,

675: return;
676:
677: end if;
678:
679: l_document_type := po_wf_util_pkg.GetItemAttrText (itemtype => itemtype,
680: itemkey => itemkey,
681: aname => 'DOCUMENT_TYPE');
682:
683: l_document_subtype := po_wf_util_pkg.GetItemAttrText (itemtype => itemtype,

Line 683: l_document_subtype := po_wf_util_pkg.GetItemAttrText (itemtype => itemtype,

679: l_document_type := po_wf_util_pkg.GetItemAttrText (itemtype => itemtype,
680: itemkey => itemkey,
681: aname => 'DOCUMENT_TYPE');
682:
683: l_document_subtype := po_wf_util_pkg.GetItemAttrText (itemtype => itemtype,
684: itemkey => itemkey,
685: aname => 'DOCUMENT_SUBTYPE');
686:
687: l_document_id := po_wf_util_pkg.GetItemAttrNumber (itemtype => itemtype,

Line 687: l_document_id := po_wf_util_pkg.GetItemAttrNumber (itemtype => itemtype,

683: l_document_subtype := po_wf_util_pkg.GetItemAttrText (itemtype => itemtype,
684: itemkey => itemkey,
685: aname => 'DOCUMENT_SUBTYPE');
686:
687: l_document_id := po_wf_util_pkg.GetItemAttrNumber (itemtype => itemtype,
688: itemkey => itemkey,
689: aname => 'DOCUMENT_ID');
690:
691: if (l_document_type = 'REQUISITION') then

Line 692: po_wf_util_pkg.SetItemAttrText(itemtype => itemtype,

688: itemkey => itemkey,
689: aname => 'DOCUMENT_ID');
690:
691: if (l_document_type = 'REQUISITION') then
692: po_wf_util_pkg.SetItemAttrText(itemtype => itemtype,
693: itemkey => itemkey,
694: aname => 'NOTE',
695: avalue => '');
696:

Line 1334: l_responder_id := PO_WF_UTIL_PKG.GetItemAttrNumber(itemtype => itemtype,

1330: itemkey => itemkey,
1331: aname => 'DOCUMENT_TYPE');
1332:
1333:
1334: l_responder_id := PO_WF_UTIL_PKG.GetItemAttrNumber(itemtype => itemtype,
1335: itemkey => itemkey,
1336: aname => 'RESPONDER_USER_ID');
1337: -- Context Setting revamp
1338: -- if (l_responder_id is null) then

Line 1363: l_org_id := PO_WF_UTIL_PKG.GetItemAttrNumber (itemtype => itemtype,

1359: * attribute 'ORG_ID'.
1360: *
1361: */
1362:
1363: l_org_id := PO_WF_UTIL_PKG.GetItemAttrNumber (itemtype => itemtype,
1364: itemkey => itemkey,
1365: aname => 'ORG_ID');
1366:
1367: IF l_org_id is NOT NULL

Line 1646: l_document_type := PO_WF_UTIL_PKG.GetItemAttrText

1642:
1643: -- New call to pl/sql package PO_DOCUMENT_CHECKS_GRP.po_submission_check()
1644: -- in file POXGDCKB.pls as part of FPI project SUBMISSION CHECK REWRITE
1645:
1646: l_document_type := PO_WF_UTIL_PKG.GetItemAttrText
1647: ( itemtype => itemtype,
1648: itemkey => itemkey,
1649: aname => 'DOCUMENT_TYPE'
1650: );

Line 1651: l_document_subtype := PO_WF_UTIL_PKG.GetItemAttrText

1647: ( itemtype => itemtype,
1648: itemkey => itemkey,
1649: aname => 'DOCUMENT_TYPE'
1650: );
1651: l_document_subtype := PO_WF_UTIL_PKG.GetItemAttrText
1652: ( itemtype => itemtype,
1653: itemkey => itemkey,
1654: aname => 'DOCUMENT_SUBTYPE'
1655: );

Line 1656: l_document_id := PO_WF_UTIL_PKG.GetItemAttrNumber

1652: ( itemtype => itemtype,
1653: itemkey => itemkey,
1654: aname => 'DOCUMENT_SUBTYPE'
1655: );
1656: l_document_id := PO_WF_UTIL_PKG.GetItemAttrNumber
1657: ( itemtype => itemtype,
1658: itemkey => itemkey,
1659: aname => 'DOCUMENT_ID'
1660: );

Line 1661: l_create_sourcing_rule := PO_WF_UTIL_PKG.GetItemAttrText -- <2757450>

1657: ( itemtype => itemtype,
1658: itemkey => itemkey,
1659: aname => 'DOCUMENT_ID'
1660: );
1661: l_create_sourcing_rule := PO_WF_UTIL_PKG.GetItemAttrText -- <2757450>
1662: ( itemtype => itemtype,
1663: itemkey => itemkey,
1664: aname => 'CREATE_SOURCING_RULE'
1665: );

Line 1726: l_conterms_yn:= PO_wf_Util_Pkg.GetItemAttrText(

1722: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
1723: END IF;
1724:
1725: --
1726: l_conterms_yn:= PO_wf_Util_Pkg.GetItemAttrText(
1727: itemtype => itemtype,
1728: itemkey => itemkey,
1729: aname => 'CONTERMS_EXIST_FLAG');
1730:

Line 2997: PO_WF_UTIL_PKG.SetItemAttrText(

2993: , p_header_text => p_warning_header_text
2994: );
2995:
2996: -- Set the workflow attribute Advisory Warning Check to 'Y'
2997: PO_WF_UTIL_PKG.SetItemAttrText(
2998: itemtype => itemType,
2999: itemkey => itemkey,
3000: aname => 'ADVISORY_WARNING_CHECK',
3001: avalue => 'Y'

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

3186: IF (X_APPLICATION_ID = -1) THEN
3187: X_APPLICATION_ID := NULL;
3188: END IF;
3189:
3190: l_user_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,
3191: itemkey => itemkey,
3192: aname => 'RESPONDER_USER_ID');
3193: --
3194: l_application_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,

Line 3194: l_application_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,

3190: l_user_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,
3191: itemkey => itemkey,
3192: aname => 'RESPONDER_USER_ID');
3193: --
3194: l_application_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,
3195: itemkey => itemkey,
3196: aname => 'RESPONDER_APPL_ID');
3197: --
3198: l_responsibility_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,

Line 3198: l_responsibility_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,

3194: l_application_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,
3195: itemkey => itemkey,
3196: aname => 'RESPONDER_APPL_ID');
3197: --
3198: l_responsibility_id := PO_WF_UTIL_PKG.GetItemAttrNumber ( itemtype => itemtype,
3199: itemkey => itemkey,
3200: aname => 'RESPONDER_RESP_ID');
3201:
3202: /* Bug# 2626935: kagarwal

Line 3283: l_responder_id := PO_WF_UTIL_PKG.GetItemAttrNumber(itemtype => itemtype,

3279: itemkey => itemkey,
3280: aname => 'DOCUMENT_TYPE');
3281:
3282:
3283: l_responder_id := PO_WF_UTIL_PKG.GetItemAttrNumber(itemtype => itemtype,
3284: itemkey => itemkey,
3285: aname => 'RESPONDER_USER_ID');
3286:
3287: -- Context Setting revamp