DBA Data[Home] [Help]

APPS.OKC_ASYNC_PVT dependencies on WF_CORE

Line 649: wf_core.context(G_PKG_NAME,

645: END IF;
646:
647: exception
648: when others then
649: wf_core.context(G_PKG_NAME,
650: 'SELECTOR',
651: item_type,
652: item_key,
653: to_char(activity_id),

Line 749: wf_core.context(G_PKG_NAME,

745: END IF;
746:
747: exception
748: when others then
749: wf_core.context(G_PKG_NAME,
750: 'GET_VERSION',
751: itemtype,
752: itemkey,
753: to_char(actid),

Line 1269: wf_core.context(G_PKG_NAME,

1265: END IF;
1266:
1267: exception
1268: when others then
1269: wf_core.context(G_PKG_NAME,
1270: 'FUN_GENERIC',
1271: itemtype,
1272: itemkey,
1273: to_char(actid),

Line 1355: wf_core.context(G_PKG_NAME,

1351: END IF;
1352:
1353: exception
1354: when others then
1355: wf_core.context(G_PKG_NAME,
1356: 'ACCEPT',
1357: itemtype,
1358: itemkey,
1359: to_char(actid),

Line 1444: wf_core.context(G_PKG_NAME,

1440:
1441:
1442: exception
1443: when others then
1444: wf_core.context(G_PKG_NAME,
1445: 'REJECT',
1446: itemtype,
1447: itemkey,
1448: to_char(actid),

Line 1532: wf_core.context(G_PKG_NAME,

1528:
1529:
1530: exception
1531: when others then
1532: wf_core.context(G_PKG_NAME,
1533: 'TIMEOUT',
1534: itemtype,
1535: itemkey,
1536: to_char(actid),

Line 1816: wf_core.context(G_PKG_NAME,

1812:
1813:
1814: exception
1815: when others then
1816: wf_core.context(G_PKG_NAME,
1817: 'PERIODIC',
1818: itemtype,
1819: itemkey,
1820: to_char(actid),

Line 1897: wf_core.context(G_PKG_NAME,

1893:
1894:
1895: exception
1896: when others then
1897: wf_core.context(G_PKG_NAME,
1898: 'TIME_OVER',
1899: itemtype,
1900: itemkey,
1901: to_char(actid),

Line 2279: wf_core.context('OKC_ASYNC_PVT',

2275: --
2276:
2277: exception
2278: when others then
2279: wf_core.context('OKC_ASYNC_PVT',
2280: 'NO_EMAIL',
2281: itemtype,
2282: itemkey,
2283: to_char(actid),

Line 2380: wf_core.context(G_PKG_NAME,

2376:
2377:
2378: exception
2379: when others then
2380: wf_core.context(G_PKG_NAME,
2381: 'SUCCESS_MUTE',
2382: itemtype,
2383: itemkey,
2384: to_char(actid),

Line 2481: wf_core.context(G_PKG_NAME,

2477:
2478:
2479: exception
2480: when others then
2481: wf_core.context(G_PKG_NAME,
2482: 'ERROR_MUTE',
2483: itemtype,
2484: itemkey,
2485: to_char(actid),

Line 2591: wf_core.context(G_PKG_NAME,

2587:
2588:
2589: exception
2590: when others then
2591: wf_core.context(G_PKG_NAME,
2592: 'FYI_MUTE',
2593: itemtype,
2594: itemkey,
2595: to_char(actid),

Line 2701: wf_core.context(G_PKG_NAME,

2697:
2698:
2699: exception
2700: when others then
2701: wf_core.context(G_PKG_NAME,
2702: 'MUTE_NXT_PFMR',
2703: itemtype,
2704: itemkey,
2705: to_char(actid),

Line 2811: wf_core.context(G_PKG_NAME,

2807:
2808:
2809: exception
2810: when others then
2811: wf_core.context(G_PKG_NAME,
2812: 'MUTE_K_ADMIN',
2813: itemtype,
2814: itemkey,
2815: to_char(actid),

Line 2921: wf_core.context(G_PKG_NAME,

2917:
2918:
2919: exception
2920: when others then
2921: wf_core.context(G_PKG_NAME,
2922: 'MUTE_SIGNER',
2923: itemtype,
2924: itemkey,
2925: to_char(actid),

Line 2999: wf_core.context(G_PKG_NAME,

2995:
2996:
2997: exception
2998: when others then
2999: wf_core.context(G_PKG_NAME,
3000: 'UNMUTE',
3001: itemtype,
3002: itemkey,
3003: to_char(actid),