DBA Data[Home] [Help]

APPS.OKL_SETUPPRODUCTS_PVT dependencies on WF_CORE

Line 1404: wf_core.context(G_PKG_NAME,

1400:
1401: CLOSE c_get_trx_type_csr;
1402: END IF;
1403:
1404: wf_core.context(G_PKG_NAME,
1405: l_api_name,
1406: itemtype,
1407: itemkey,
1408: TO_CHAR(actid),

Line 1420: wf_core.context(G_PKG_NAME,

1416: IF c_get_trx_type_csr%ISOPEN THEN
1417: CLOSE c_get_trx_type_csr;
1418: END IF;
1419:
1420: wf_core.context(G_PKG_NAME,
1421: l_api_name,
1422: itemtype,
1423: itemkey,
1424: TO_CHAR(actid),

Line 1438: wf_core.context('OKL_SETUPPRODUCTS_PVT',

1434: IF c_get_trx_type_csr%ISOPEN THEN
1435: CLOSE c_get_trx_type_csr;
1436: END IF;
1437:
1438: wf_core.context('OKL_SETUPPRODUCTS_PVT',
1439: 'set_additionalparameters',
1440: itemtype,
1441: itemkey,
1442: TO_CHAR(actid),

Line 1638: wf_core.context(G_PKG_NAME,

1634:
1635: EXCEPTION
1636: WHEN OKL_API.G_EXCEPTION_ERROR THEN
1637:
1638: wf_core.context(G_PKG_NAME,
1639: l_api_name,
1640: itemtype,
1641: itemkey,
1642: TO_CHAR(actid),

Line 1646: wf_core.context(G_PKG_NAME,

1642: TO_CHAR(actid),
1643: funcmode);
1644: RAISE;
1645: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
1646: wf_core.context(G_PKG_NAME,
1647: l_api_name,
1648: itemtype,
1649: itemkey,
1650: TO_CHAR(actid),

Line 1654: wf_core.context(G_PKG_NAME,

1650: TO_CHAR(actid),
1651: funcmode);
1652: RAISE;
1653: WHEN OTHERS THEN
1654: wf_core.context(G_PKG_NAME,
1655: l_api_name,
1656: itemtype,
1657: itemkey,
1658: TO_CHAR(actid),