DBA Data[Home] [Help]

APPS.PO_CONTERMS_WF_PVT dependencies on WF_ENGINE

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

1277: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1278: '10: Start function IS_STANDARD_CONTRACT ');
1279: END IF;
1280: -- Do nothing in cancel or timeout mode
1281: IF (funcmode <> WF_ENGINE.eng_run) then
1282: result := WF_ENGINE.eng_null;
1283: return;
1284: END IF;
1285: result := 'NO_CHANGE';

Line 1282: result := WF_ENGINE.eng_null;

1278: '10: Start function IS_STANDARD_CONTRACT ');
1279: END IF;
1280: -- Do nothing in cancel or timeout mode
1281: IF (funcmode <> WF_ENGINE.eng_run) then
1282: result := WF_ENGINE.eng_null;
1283: return;
1284: END IF;
1285: result := 'NO_CHANGE';
1286: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

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

1427: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1428: '10: Start function IS_CONTRACT_TEMPLATE_EXPIRED ');
1429: END IF;
1430: -- Do nothing in cancel or timeout mode
1431: IF (funcmode <> WF_ENGINE.eng_run) then
1432: result := WF_ENGINE.eng_null;
1433: return;
1434: END IF;
1435: result := 'N';

Line 1432: result := WF_ENGINE.eng_null;

1428: '10: Start function IS_CONTRACT_TEMPLATE_EXPIRED ');
1429: END IF;
1430: -- Do nothing in cancel or timeout mode
1431: IF (funcmode <> WF_ENGINE.eng_run) then
1432: result := WF_ENGINE.eng_null;
1433: return;
1434: END IF;
1435: result := 'N';
1436: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

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

1578: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1579: '10: Start function IS_CONTRACT_ARTICLES_EXIST ');
1580: END IF;
1581: -- Do nothing in cancel or timeout mode
1582: IF (funcmode <> WF_ENGINE.eng_run) then
1583: result := WF_ENGINE.eng_null;
1584: return;
1585: END IF;
1586: result := 'NONE';

Line 1583: result := WF_ENGINE.eng_null;

1579: '10: Start function IS_CONTRACT_ARTICLES_EXIST ');
1580: END IF;
1581: -- Do nothing in cancel or timeout mode
1582: IF (funcmode <> WF_ENGINE.eng_run) then
1583: result := WF_ENGINE.eng_null;
1584: return;
1585: END IF;
1586: result := 'NONE';
1587: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

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

1730: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1731: '10: Start function IS_CONTRACT_ARTICLES_AMENDED');
1732: END IF;
1733: -- Do nothing in cancel or timeout mode
1734: IF (funcmode <> WF_ENGINE.eng_run) then
1735: result := WF_ENGINE.eng_null;
1736: return;
1737: END IF;
1738: result := 'NON_STANDARD';

Line 1735: result := WF_ENGINE.eng_null;

1731: '10: Start function IS_CONTRACT_ARTICLES_AMENDED');
1732: END IF;
1733: -- Do nothing in cancel or timeout mode
1734: IF (funcmode <> WF_ENGINE.eng_run) then
1735: result := WF_ENGINE.eng_null;
1736: return;
1737: END IF;
1738: result := 'NON_STANDARD';
1739: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

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

1885: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
1886: '10: Start function IS_CONTRACT_DELIVRABLS_EXIST');
1887: END IF;
1888: -- Do nothing in cancel or timeout mode
1889: IF (funcmode <> WF_ENGINE.eng_run) then
1890: result := WF_ENGINE.eng_null;
1891: return;
1892: END IF;
1893: result := 'ALL';

Line 1890: result := WF_ENGINE.eng_null;

1886: '10: Start function IS_CONTRACT_DELIVRABLS_EXIST');
1887: END IF;
1888: -- Do nothing in cancel or timeout mode
1889: IF (funcmode <> WF_ENGINE.eng_run) then
1890: result := WF_ENGINE.eng_null;
1891: return;
1892: END IF;
1893: result := 'ALL';
1894: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(

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

2041: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
2042: '10: Start function IS_CONTRACT_ARTICLES_AMENDED');
2043: END IF;
2044: -- Do nothing in cancel or timeout mode
2045: IF (funcmode <> WF_ENGINE.eng_run) then
2046: result := WF_ENGINE.eng_null;
2047: return;
2048: END IF;
2049: result := 'ALL';

Line 2046: result := WF_ENGINE.eng_null;

2042: '10: Start function IS_CONTRACT_ARTICLES_AMENDED');
2043: END IF;
2044: -- Do nothing in cancel or timeout mode
2045: IF (funcmode <> WF_ENGINE.eng_run) then
2046: result := WF_ENGINE.eng_null;
2047: return;
2048: END IF;
2049: result := 'ALL';
2050: l_conterms_yn := PO_wf_Util_Pkg.GetItemAttrText(