DBA Data[Home] [Help]

APPS.OKC_ASYNC_PVT dependencies on WF_CORE

Line 687: wf_core.context(G_PKG_NAME,

683: END IF;
684:
685: exception
686: when others then
687: wf_core.context(G_PKG_NAME,
688: 'SELECTOR',
689: item_type,
690: item_key,
691: to_char(activity_id),

Line 787: wf_core.context(G_PKG_NAME,

783: END IF;
784:
785: exception
786: when others then
787: wf_core.context(G_PKG_NAME,
788: 'GET_VERSION',
789: itemtype,
790: itemkey,
791: to_char(actid),

Line 1307: wf_core.context(G_PKG_NAME,

1303: END IF;
1304:
1305: exception
1306: when others then
1307: wf_core.context(G_PKG_NAME,
1308: 'FUN_GENERIC',
1309: itemtype,
1310: itemkey,
1311: to_char(actid),

Line 1393: wf_core.context(G_PKG_NAME,

1389: END IF;
1390:
1391: exception
1392: when others then
1393: wf_core.context(G_PKG_NAME,
1394: 'ACCEPT',
1395: itemtype,
1396: itemkey,
1397: to_char(actid),

Line 1482: wf_core.context(G_PKG_NAME,

1478:
1479:
1480: exception
1481: when others then
1482: wf_core.context(G_PKG_NAME,
1483: 'REJECT',
1484: itemtype,
1485: itemkey,
1486: to_char(actid),

Line 1570: wf_core.context(G_PKG_NAME,

1566:
1567:
1568: exception
1569: when others then
1570: wf_core.context(G_PKG_NAME,
1571: 'TIMEOUT',
1572: itemtype,
1573: itemkey,
1574: to_char(actid),

Line 1854: wf_core.context(G_PKG_NAME,

1850:
1851:
1852: exception
1853: when others then
1854: wf_core.context(G_PKG_NAME,
1855: 'PERIODIC',
1856: itemtype,
1857: itemkey,
1858: to_char(actid),

Line 1935: wf_core.context(G_PKG_NAME,

1931:
1932:
1933: exception
1934: when others then
1935: wf_core.context(G_PKG_NAME,
1936: 'TIME_OVER',
1937: itemtype,
1938: itemkey,
1939: to_char(actid),

Line 2317: wf_core.context('OKC_ASYNC_PVT',

2313: --
2314:
2315: exception
2316: when others then
2317: wf_core.context('OKC_ASYNC_PVT',
2318: 'NO_EMAIL',
2319: itemtype,
2320: itemkey,
2321: to_char(actid),

Line 2418: wf_core.context(G_PKG_NAME,

2414:
2415:
2416: exception
2417: when others then
2418: wf_core.context(G_PKG_NAME,
2419: 'SUCCESS_MUTE',
2420: itemtype,
2421: itemkey,
2422: to_char(actid),

Line 2519: wf_core.context(G_PKG_NAME,

2515:
2516:
2517: exception
2518: when others then
2519: wf_core.context(G_PKG_NAME,
2520: 'ERROR_MUTE',
2521: itemtype,
2522: itemkey,
2523: to_char(actid),

Line 2629: wf_core.context(G_PKG_NAME,

2625:
2626:
2627: exception
2628: when others then
2629: wf_core.context(G_PKG_NAME,
2630: 'FYI_MUTE',
2631: itemtype,
2632: itemkey,
2633: to_char(actid),

Line 2739: wf_core.context(G_PKG_NAME,

2735:
2736:
2737: exception
2738: when others then
2739: wf_core.context(G_PKG_NAME,
2740: 'MUTE_NXT_PFMR',
2741: itemtype,
2742: itemkey,
2743: to_char(actid),

Line 2849: wf_core.context(G_PKG_NAME,

2845:
2846:
2847: exception
2848: when others then
2849: wf_core.context(G_PKG_NAME,
2850: 'MUTE_K_ADMIN',
2851: itemtype,
2852: itemkey,
2853: to_char(actid),

Line 2959: wf_core.context(G_PKG_NAME,

2955:
2956:
2957: exception
2958: when others then
2959: wf_core.context(G_PKG_NAME,
2960: 'MUTE_SIGNER',
2961: itemtype,
2962: itemkey,
2963: to_char(actid),

Line 3037: wf_core.context(G_PKG_NAME,

3033:
3034:
3035: exception
3036: when others then
3037: wf_core.context(G_PKG_NAME,
3038: 'UNMUTE',
3039: itemtype,
3040: itemkey,
3041: to_char(actid),