DBA Data[Home] [Help]

APPS.OKL_SETUPPRODUCTS_PVT dependencies on WF_CORE

Line 1387: wf_core.context(G_PKG_NAME,

1383:
1384: CLOSE c_get_trx_type_csr;
1385: END IF;
1386:
1387: wf_core.context(G_PKG_NAME,
1388: l_api_name,
1389: itemtype,
1390: itemkey,
1391: TO_CHAR(actid),

Line 1403: wf_core.context(G_PKG_NAME,

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

Line 1421: wf_core.context('OKL_SETUPPRODUCTS_PVT',

1417: IF c_get_trx_type_csr%ISOPEN THEN
1418: CLOSE c_get_trx_type_csr;
1419: END IF;
1420:
1421: wf_core.context('OKL_SETUPPRODUCTS_PVT',
1422: 'set_additionalparameters',
1423: itemtype,
1424: itemkey,
1425: TO_CHAR(actid),

Line 1621: wf_core.context(G_PKG_NAME,

1617:
1618: EXCEPTION
1619: WHEN OKL_API.G_EXCEPTION_ERROR THEN
1620:
1621: wf_core.context(G_PKG_NAME,
1622: l_api_name,
1623: itemtype,
1624: itemkey,
1625: TO_CHAR(actid),

Line 1629: wf_core.context(G_PKG_NAME,

1625: TO_CHAR(actid),
1626: funcmode);
1627: RAISE;
1628: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
1629: wf_core.context(G_PKG_NAME,
1630: l_api_name,
1631: itemtype,
1632: itemkey,
1633: TO_CHAR(actid),

Line 1637: wf_core.context(G_PKG_NAME,

1633: TO_CHAR(actid),
1634: funcmode);
1635: RAISE;
1636: WHEN OTHERS THEN
1637: wf_core.context(G_PKG_NAME,
1638: l_api_name,
1639: itemtype,
1640: itemkey,
1641: TO_CHAR(actid),