DBA Data[Home] [Help]

APPS.PO_CONTERMS_WF_PVT dependencies on WF_ENGINE

Line 1262: IF (funcmode <> WF_ENGINE.eng_run) then

1258: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1259: '10: Start function IS_STANDARD_CONTRACT ');
1260: END IF;
1261: -- Do nothing in cancel or timeout mode
1262: IF (funcmode <> WF_ENGINE.eng_run) then
1263: result := WF_ENGINE.eng_null;
1264: return;
1265: END IF;
1266: result := 'NO_CHANGE';

Line 1263: result := WF_ENGINE.eng_null;

1259: '10: Start function IS_STANDARD_CONTRACT ');
1260: END IF;
1261: -- Do nothing in cancel or timeout mode
1262: IF (funcmode <> WF_ENGINE.eng_run) then
1263: result := WF_ENGINE.eng_null;
1264: return;
1265: END IF;
1266: result := 'NO_CHANGE';
1267: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

Line 1412: IF (funcmode <> WF_ENGINE.eng_run) then

1408: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1409: '10: Start function IS_CONTRACT_TEMPLATE_EXPIRED ');
1410: END IF;
1411: -- Do nothing in cancel or timeout mode
1412: IF (funcmode <> WF_ENGINE.eng_run) then
1413: result := WF_ENGINE.eng_null;
1414: return;
1415: END IF;
1416: result := 'N';

Line 1413: result := WF_ENGINE.eng_null;

1409: '10: Start function IS_CONTRACT_TEMPLATE_EXPIRED ');
1410: END IF;
1411: -- Do nothing in cancel or timeout mode
1412: IF (funcmode <> WF_ENGINE.eng_run) then
1413: result := WF_ENGINE.eng_null;
1414: return;
1415: END IF;
1416: result := 'N';
1417: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

Line 1563: IF (funcmode <> WF_ENGINE.eng_run) then

1559: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1560: '10: Start function IS_CONTRACT_ARTICLES_EXIST ');
1561: END IF;
1562: -- Do nothing in cancel or timeout mode
1563: IF (funcmode <> WF_ENGINE.eng_run) then
1564: result := WF_ENGINE.eng_null;
1565: return;
1566: END IF;
1567: result := 'NONE';

Line 1564: result := WF_ENGINE.eng_null;

1560: '10: Start function IS_CONTRACT_ARTICLES_EXIST ');
1561: END IF;
1562: -- Do nothing in cancel or timeout mode
1563: IF (funcmode <> WF_ENGINE.eng_run) then
1564: result := WF_ENGINE.eng_null;
1565: return;
1566: END IF;
1567: result := 'NONE';
1568: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

Line 1715: IF (funcmode <> WF_ENGINE.eng_run) then

1711: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1712: '10: Start function IS_CONTRACT_ARTICLES_AMENDED');
1713: END IF;
1714: -- Do nothing in cancel or timeout mode
1715: IF (funcmode <> WF_ENGINE.eng_run) then
1716: result := WF_ENGINE.eng_null;
1717: return;
1718: END IF;
1719: result := 'NON_STANDARD';

Line 1716: result := WF_ENGINE.eng_null;

1712: '10: Start function IS_CONTRACT_ARTICLES_AMENDED');
1713: END IF;
1714: -- Do nothing in cancel or timeout mode
1715: IF (funcmode <> WF_ENGINE.eng_run) then
1716: result := WF_ENGINE.eng_null;
1717: return;
1718: END IF;
1719: result := 'NON_STANDARD';
1720: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

Line 1870: IF (funcmode <> WF_ENGINE.eng_run) then

1866: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1867: '10: Start function IS_CONTRACT_DELIVRABLS_EXIST');
1868: END IF;
1869: -- Do nothing in cancel or timeout mode
1870: IF (funcmode <> WF_ENGINE.eng_run) then
1871: result := WF_ENGINE.eng_null;
1872: return;
1873: END IF;
1874: result := 'ALL';

Line 1871: result := WF_ENGINE.eng_null;

1867: '10: Start function IS_CONTRACT_DELIVRABLS_EXIST');
1868: END IF;
1869: -- Do nothing in cancel or timeout mode
1870: IF (funcmode <> WF_ENGINE.eng_run) then
1871: result := WF_ENGINE.eng_null;
1872: return;
1873: END IF;
1874: result := 'ALL';
1875: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

Line 2026: IF (funcmode <> WF_ENGINE.eng_run) then

2022: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
2023: '10: Start function IS_CONTRACT_ARTICLES_AMENDED');
2024: END IF;
2025: -- Do nothing in cancel or timeout mode
2026: IF (funcmode <> WF_ENGINE.eng_run) then
2027: result := WF_ENGINE.eng_null;
2028: return;
2029: END IF;
2030: result := 'ALL';

Line 2027: result := WF_ENGINE.eng_null;

2023: '10: Start function IS_CONTRACT_ARTICLES_AMENDED');
2024: END IF;
2025: -- Do nothing in cancel or timeout mode
2026: IF (funcmode <> WF_ENGINE.eng_run) then
2027: result := WF_ENGINE.eng_null;
2028: return;
2029: END IF;
2030: result := 'ALL';
2031: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(