DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SERVICE dependencies on WF_CORE

Line 87: WF_CORE.CONTEXT('HR_UTILITY_WORKFLOW'

83: END IF;
84: --
85: EXCEPTION
86: WHEN OTHERS THEN
87: WF_CORE.CONTEXT('HR_UTILITY_WORKFLOW'
88: ,'CHECK_USERNM_EXISTS_SUBJ_APRV'
89: ,itemtype
90: ,itemkey
91: ,to_char(actid)

Line 502: wf_core.Context

498: return;
499: end if;
500: exception
501: when others then
502: wf_core.Context
503: (g_package, 'hr_web_page', itemtype, itemkey, to_char(actid), funcmode);
504: raise;
505: end hr_web_page;
506: -- ----------------------------------------------------------------------------

Line 2253: wf_core.Context(g_package, 'remove_defunct_process : Error Running defunct_tx_ids' );

2249: hr_utility.set_location ('Error occurred while closing offer : '||substr(SQLERRM,1,2000),500);
2250: end;
2251: exception
2252: when others then
2253: wf_core.Context(g_package, 'remove_defunct_process : Error Running defunct_tx_ids' );
2254: end;
2255: hr_utility.set_location('END : Processing defunct transaction ID : '||rec.transaction_id,400);
2256: end loop;
2257: exception

Line 2259: wf_core.Context(g_package, 'remove_defunct_process : Error Running defunct_tx_ids loop' );

2255: hr_utility.set_location('END : Processing defunct transaction ID : '||rec.transaction_id,400);
2256: end loop;
2257: exception
2258: when others then
2259: wf_core.Context(g_package, 'remove_defunct_process : Error Running defunct_tx_ids loop' );
2260: end;
2261:
2262:
2263: -- fix for bug#2838117

Line 2296: wf_core.Context(g_package, 'remove_defunct_process',

2292: ,itemkey => rec.item_key
2293: ,result => 'eng_force');
2294: EXCEPTION
2295: when others then
2296: wf_core.Context(g_package, 'remove_defunct_process',
2297: itemtype, itemkey, to_char(actid),
2298: funcmode,'Record item key being processed was :'||nvl(rec.item_key,'') );
2299: END;-- end of Block to 'abort' the WF process
2300: end if;

Line 2303: wf_core.Context(g_package, 'remove_defunct_process : Error Running defunct_wf_ids' );

2299: END;-- end of Block to 'abort' the WF process
2300: end if;
2301: EXCEPTION
2302: when others then
2303: wf_core.Context(g_package, 'remove_defunct_process : Error Running defunct_wf_ids' );
2304: END; -- end of block for loop
2305: end loop;
2306: EXCEPTION
2307: when others then

Line 2308: wf_core.Context(g_package, 'remove_defunct_process : Error Running defunct_wf_ids loop' );

2304: END; -- end of block for loop
2305: end loop;
2306: EXCEPTION
2307: when others then
2308: wf_core.Context(g_package, 'remove_defunct_process : Error Running defunct_wf_ids loop' );
2309: END; -- end block for defunct_wf_ids
2310:
2311:
2312:

Line 2349: wf_core.Context(g_package, 'remove_defunct_process',

2345: ,itemkey => rec.item_key
2346: ,result => 'eng_force');
2347: exception
2348: when others then
2349: wf_core.Context(g_package, 'remove_defunct_process',
2350: itemtype, itemkey, to_char(actid),
2351: funcmode,'Record item key being processed was :'||nvl(rec.item_key,'') );
2352: END;
2353:

Line 2360: wf_core.Context(g_package, 'remove_defunct_process',

2356: -- TRANSACTION_ID
2357: hr_transaction_api.rollback_transaction(p_transaction_id => rec.transaction_id );
2358: exception
2359: when others then
2360: wf_core.Context(g_package, 'remove_defunct_process',
2361: itemtype, itemkey, to_char(actid),
2362: funcmode,'Record item key being processed was :'||nvl(rec.item_key,''));
2363: END;
2364:

Line 2370: wf_core.Context(g_package, 'remove_defunct_process',

2366: end if; -- end of status check
2367: end if; -- end of check for item key.
2368: exception
2369: when others then
2370: wf_core.Context(g_package, 'remove_defunct_process',
2371: itemtype, itemkey, to_char(actid), funcmode,'Record item key being processed was :'||rec.item_key );
2372: END ;
2373:
2374: end loop;

Line 2383: wf_core.Context(g_package, 'remove_defunct_process',

2379: begin
2380: hr_transaction_api.rollback_transaction(p_transaction_id => rec.transaction_id );
2381: exception
2382: when others then
2383: wf_core.Context(g_package, 'remove_defunct_process',
2384: itemtype, itemkey, to_char(actid),
2385: funcmode,'Record transaction id being processed was :'||nvl(rec.transaction_id,''));
2386: end;
2387: end loop;

Line 2403: wf_core.Context(g_package, 'remove_defunct_process',

2399: hr_transaction_api.rollback_transaction(p_transaction_id => rec.transaction_id );
2400:
2401: exception
2402: when others then
2403: wf_core.Context(g_package, 'remove_defunct_process',
2404: itemtype, itemkey, to_char(actid),
2405: funcmode,'Record item key being processed was :'||nvl(rec.item_key,''));
2406: END;
2407: end loop;

Line 2420: wf_core.Context(g_package, 'remove_defunct_process',

2416: ,itemkey => rec.item_key
2417: ,result => 'eng_force');
2418: EXCEPTION
2419: when others then
2420: wf_core.Context(g_package, 'remove_defunct_process',
2421: 'HRSFL', itemkey, to_char(actid),
2422: funcmode,'Record item key being processed was :'||nvl(rec.item_key,'') );
2423: END;-- end of Block to 'abort' the WF process
2424: end loop;

Line 2440: wf_core.Context

2436:
2437: exception
2438: when others then
2439: errbuf := sqlerrm;
2440: wf_core.Context
2441: (g_package, 'remove_defunct_process',
2442: itemtype, itemkey, to_char(actid), funcmode);
2443: raise;
2444: --

Line 2550: Wf_Core.Context('hr_workflow_service', 'start_cleanup_process', l_item_type, l_item_key, p_transaction_age);

2546:
2547:
2548: exception
2549: when others then
2550: Wf_Core.Context('hr_workflow_service', 'start_cleanup_process', l_item_type, l_item_key, p_transaction_age);
2551: raise;
2552: --
2553: end start_cleanup_process;
2554:

Line 2582: Wf_Core.Context('hr_workflow_service', 'Block', itemtype,

2578: resultout := wf_engine.eng_notified||':'||wf_engine.eng_null||
2579: ':'||wf_engine.eng_null;
2580: exception
2581: when others then
2582: Wf_Core.Context('hr_workflow_service', 'Block', itemtype,
2583: itemkey, to_char(actid), funcmode);
2584: raise;
2585: end Block;
2586:

Line 2622: wf_core.get_error(errname, errmsg, errstack);

2618: retcode := '0';
2619: exception
2620: when others then
2621: -- Retrieve error message into errbuf
2622: wf_core.get_error(errname, errmsg, errstack);
2623: if (errmsg is not null) then
2624: errbuf := errmsg;
2625: else
2626: errbuf := sqlerrm;