DBA Data[Home] [Help]

APPS.PO_CONTERMS_WF_PVT dependencies on PO_WF_UTIL_PKG

Line 103: x_po_header_id := PO_wf_Util_Pkg.GetItemAttrNumber(

99: IF (g_po_wf_debug = 'Y') THEN
100: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
101: '10:Start get_wf_params ');
102: END IF;
103: x_po_header_id := PO_wf_Util_Pkg.GetItemAttrNumber(
104: itemtype => itemtype,
105: itemkey => itemkey,
106: aname => 'DOCUMENT_ID');
107:

Line 108: x_po_doc_type := PO_wf_Util_Pkg.GetItemAttrText(

104: itemtype => itemtype,
105: itemkey => itemkey,
106: aname => 'DOCUMENT_ID');
107:
108: x_po_doc_type := PO_wf_Util_Pkg.GetItemAttrText(
109: itemtype => itemtype,
110: itemkey => itemkey,
111: aname => 'DOCUMENT_TYPE');
112:

Line 113: x_po_doc_subtype := PO_wf_Util_Pkg.GetItemAttrText(

109: itemtype => itemtype,
110: itemkey => itemkey,
111: aname => 'DOCUMENT_TYPE');
112:
113: x_po_doc_subtype := PO_wf_Util_Pkg.GetItemAttrText(
114: itemtype => itemtype,
115: itemkey => itemkey,
116: aname => 'DOCUMENT_SUBTYPE');
117:

Line 327: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

323: '10: Start function contract_terms_Changed ');
324: END IF;
325:
326:
327: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(
328: itemtype => itemtype,
329: itemkey => itemkey,
330: aname => 'CONTERMS_EXIST_FLAG');
331:

Line 1267: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

1263: result := WF_ENGINE.eng_null;
1264: return;
1265: END IF;
1266: result := 'NO_CHANGE';
1267: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(
1268: itemtype => itemtype,
1269: itemkey => itemkey,
1270: aname => 'CONTERMS_EXIST_FLAG');
1271: IF (l_conterms_yn = 'Y') then

Line 1417: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

1413: result := WF_ENGINE.eng_null;
1414: return;
1415: END IF;
1416: result := 'N';
1417: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(
1418: itemtype => itemtype,
1419: itemkey => itemkey,
1420: aname => 'CONTERMS_EXIST_FLAG');
1421: IF (l_conterms_yn = 'Y') then

Line 1568: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

1564: result := WF_ENGINE.eng_null;
1565: return;
1566: END IF;
1567: result := 'NONE';
1568: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(
1569: itemtype => itemtype,
1570: itemkey => itemkey,
1571: aname => 'CONTERMS_EXIST_FLAG');
1572: IF (l_conterms_yn = 'Y') then

Line 1720: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

1716: result := WF_ENGINE.eng_null;
1717: return;
1718: END IF;
1719: result := 'NON_STANDARD';
1720: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(
1721: itemtype => itemtype,
1722: itemkey => itemkey,
1723: aname => 'CONTERMS_EXIST_FLAG');
1724: IF (l_conterms_yn = 'Y') then

Line 1875: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

1871: result := WF_ENGINE.eng_null;
1872: return;
1873: END IF;
1874: result := 'ALL';
1875: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(
1876: itemtype => itemtype,
1877: itemkey => itemkey,
1878: aname => 'CONTERMS_EXIST_FLAG');
1879: IF (l_conterms_yn = 'Y') then

Line 2031: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

2027: result := WF_ENGINE.eng_null;
2028: return;
2029: END IF;
2030: result := 'ALL';
2031: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(
2032: itemtype => itemtype,
2033: itemkey => itemkey,
2034: aname => 'CONTERMS_EXIST_FLAG');
2035: IF (l_conterms_yn = 'Y') then