DBA Data[Home] [Help]

APPS.OKC_REP_WF_PVT dependencies on WF_CORE

Line 244: wf_core.context('OKC_REP_WF_PVT',

240: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
241: g_module || l_api_name,
242: 'Leaving OKC_REP_WF_PVT.initialize_attributes with exceptions ' || sqlerrm);
243: END IF;
244: wf_core.context('OKC_REP_WF_PVT',
245: 'initialize_attributes',
246: itemtype,
247: itemkey,
248: to_char(actid),

Line 442: wf_core.context('OKC_REP_WF_PVT',

438: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
439: g_module || l_api_name,
440: 'Leaving OKC_REP_WF_PVT.has_next_approver with exceptions ' || sqlerrm);
441: END IF;
442: wf_core.context('OKC_REP_WF_PVT',
443: 'has_next_approver',
444: itemtype,
445: itemkey,
446: to_char(actid),

Line 883: wf_core.context('OKC_REP_WF_PVT',

879: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
880: g_module || l_api_name,
881: 'Leaving OKC_REP_WF_PVT.is_approval_complete with exceptions ' || sqlerrm);
882: END IF;
883: wf_core.context('OKC_REP_WF_PVT',
884: 'is_approval_complete',
885: itemtype,
886: itemkey,
887: to_char(actid),

Line 1223: wf_core.context('OKC_REP_WF_PVT',

1219: --close cursors
1220: IF (notif_csr%ISOPEN) THEN
1221: CLOSE notif_csr ;
1222: END IF;
1223: wf_core.context('OKC_REP_WF_PVT',
1224: 'update_ame_status',
1225: itemtype,
1226: itemkey,
1227: to_char(actid),

Line 1762: wf_core.context('OKC_REP_WF_PVT',

1758: --close cursors
1759: IF (notif_csr%ISOPEN) THEN
1760: CLOSE notif_csr ;
1761: END IF;
1762: wf_core.context('OKC_REP_WF_PVT',
1763: 'update_ame_status_detailed',
1764: itemtype,
1765: itemkey,
1766: to_char(actid),

Line 2117: wf_core.context('OKC_REP_WF_PVT',

2113: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
2114: g_module || l_api_name,
2115: 'Leaving OKC_REP_WF_PVT.approve_contract with exceptions ' || sqlerrm);
2116: END IF;
2117: wf_core.context('OKC_REP_WF_PVT',
2118: 'approve_contract',
2119: itemtype,
2120: itemkey,
2121: to_char(actid),

Line 2238: wf_core.context('OKC_REP_WF_PVT',

2234: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
2235: g_module || l_api_name,
2236: 'Leaving OKC_REP_WF_PVT.reject_contract with exceptions ' || sqlerrm);
2237: END IF;
2238: wf_core.context('OKC_REP_WF_PVT',
2239: 'reject_contract',
2240: itemtype,
2241: itemkey,
2242: to_char(actid),

Line 2386: wf_core.context('OKC_REP_WF_PVT',

2382: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
2383: g_module || l_api_name,
2384: 'Leaving OKC_REP_WF_PVT.is_contract_approved with exceptions ' || sqlerrm);
2385: END IF;
2386: wf_core.context('OKC_REP_WF_PVT',
2387: 'is_contract_approved',
2388: itemtype,
2389: itemkey,
2390: to_char(actid),

Line 2581: wf_core.context('OKC_REP_WF_PVT',

2577: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
2578: g_module || l_api_name,
2579: 'Leaving OKC_REP_WF_PVT.is_contract_approved_detailed with exceptions ' || sqlerrm);
2580: END IF;
2581: wf_core.context('OKC_REP_WF_PVT',
2582: 'is_contract_approved_detailed',
2583: itemtype,
2584: itemkey,
2585: to_char(actid),

Line 2677: wf_core.context('OKC_REP_WF_PVT',

2673: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
2674: g_module || l_api_name,
2675: 'Leaving OKC_REP_WF_PVT.complete_notification with exceptions ' || sqlerrm);
2676: END IF;
2677: wf_core.context('OKC_REP_WF_PVT',
2678: 'complete_notification',
2679: itemtype,
2680: itemkey,
2681: to_char(actid),

Line 2768: wf_core.context('OKC_REP_WF_PVT',

2764: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
2765: g_module || l_api_name,
2766: 'Leaving OKC_REP_WF_PVT.con_has_terms with exceptions ' || sqlerrm);
2767: END IF;
2768: wf_core.context('OKC_REP_WF_PVT',
2769: 'con_has_terms',
2770: itemtype,
2771: itemkey,
2772: to_char(actid),

Line 2877: wf_core.context('OKC_REP_WF_PVT',

2873: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
2874: g_module || l_api_name,
2875: 'Leaving OKC_REP_WF_PVT.con_attach_generated_yn with exceptions ' || sqlerrm);
2876: END IF;
2877: wf_core.context('OKC_REP_WF_PVT',
2878: 'con_attach_generated_yn',
2879: itemtype,
2880: itemkey,
2881: to_char(actid),

Line 3027: wf_core.context('OKC_REP_WF_PVT',

3023: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
3024: g_module || l_api_name,
3025: 'Leaving OKC_REP_WF_PVT.allow_approver_edit with exceptions ' || sqlerrm);
3026: END IF;
3027: wf_core.context('OKC_REP_WF_PVT',
3028: 'allow_approver_edit',
3029: itemtype,
3030: itemkey,
3031: to_char(actid),

Line 3114: wf_core.context('OKC_REP_WF_PVT',

3110: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
3111: g_module || l_api_name,
3112: 'Leaving OKC_REP_WF_PVT.contract_preview_yn with exceptions ' || sqlerrm);
3113: END IF;
3114: wf_core.context('OKC_REP_WF_PVT',
3115: 'contract_preview_yn',
3116: itemtype,
3117: itemkey,
3118: to_char(actid),

Line 3207: wf_core.context('OKC_REP_WF_PVT',

3203: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
3204: g_module || l_api_name,
3205: 'Leaving OKC_REP_WF_PVT.Apps_initialize with exceptions ' || sqlerrm);
3206: END IF;
3207: wf_core.context('OKC_REP_WF_PVT',
3208: 'Apps_initialize',
3209: itemtype,
3210: itemkey,
3211: to_char(actid),