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 2231: wf_core.Context(g_package, 'remove_defunct_process : Error Running defunct_tx_ids' );

2227: hr_utility.set_location ('Error occurred while closing offer : '||substr(SQLERRM,1,2000),500);
2228: end;
2229: exception
2230: when others then
2231: wf_core.Context(g_package, 'remove_defunct_process : Error Running defunct_tx_ids' );
2232: end;
2233: hr_utility.set_location('END : Processing defunct transaction ID : '||rec.transaction_id,400);
2234: end loop;
2235: exception

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

2233: hr_utility.set_location('END : Processing defunct transaction ID : '||rec.transaction_id,400);
2234: end loop;
2235: exception
2236: when others then
2237: wf_core.Context(g_package, 'remove_defunct_process : Error Running defunct_tx_ids loop' );
2238: end;
2239:
2240: -- Fix for bug 6501341
2241: BEGIN

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

2245: ,itemkey => rec.item_key
2246: ,result => 'eng_force');
2247: EXCEPTION
2248: when others then
2249: wf_core.Context(g_package, 'remove_defunct_process',
2250: 'HRSFL', itemkey, to_char(actid),
2251: funcmode,'Record item key being processed was :'||nvl(rec.item_key,'') );
2252: END;-- end of Block to 'abort' the WF process
2253: end loop;

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

2285: ,itemkey => rec.item_key
2286: ,result => 'eng_force');
2287: EXCEPTION
2288: when others then
2289: wf_core.Context(g_package, 'remove_defunct_process',
2290: itemtype, itemkey, to_char(actid),
2291: funcmode,'Record item key being processed was :'||nvl(rec.item_key,'') );
2292: END;-- end of Block to 'abort' the WF process
2293: end if;

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

2292: END;-- end of Block to 'abort' the WF process
2293: end if;
2294: EXCEPTION
2295: when others then
2296: wf_core.Context(g_package, 'remove_defunct_process : Error Running defunct_wf_ids' );
2297: END; -- end of block for loop
2298: end loop;
2299: EXCEPTION
2300: when others then

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

2297: END; -- end of block for loop
2298: end loop;
2299: EXCEPTION
2300: when others then
2301: wf_core.Context(g_package, 'remove_defunct_process : Error Running defunct_wf_ids loop' );
2302: END; -- end block for defunct_wf_ids
2303:
2304:
2305:

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

2338: ,itemkey => rec.item_key
2339: ,result => 'eng_force');
2340: exception
2341: when others then
2342: wf_core.Context(g_package, 'remove_defunct_process',
2343: itemtype, itemkey, to_char(actid),
2344: funcmode,'Record item key being processed was :'||nvl(rec.item_key,'') );
2345: END;
2346:

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

2349: -- TRANSACTION_ID
2350: hr_transaction_api.rollback_transaction(p_transaction_id => rec.transaction_id );
2351: exception
2352: when others then
2353: wf_core.Context(g_package, 'remove_defunct_process',
2354: itemtype, itemkey, to_char(actid),
2355: funcmode,'Record item key being processed was :'||nvl(rec.item_key,''));
2356: END;
2357:

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

2359: end if; -- end of status check
2360: end if; -- end of check for item key.
2361: exception
2362: when others then
2363: wf_core.Context(g_package, 'remove_defunct_process',
2364: itemtype, itemkey, to_char(actid), funcmode,'Record item key being processed was :'||rec.item_key );
2365: END ;
2366:
2367: end loop;

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

2377: hr_transaction_api.rollback_transaction(p_transaction_id => rec.transaction_id );
2378:
2379: exception
2380: when others then
2381: wf_core.Context(g_package, 'remove_defunct_process',
2382: itemtype, itemkey, to_char(actid),
2383: funcmode,'Record item key being processed was :'||nvl(rec.item_key,''));
2384: END;
2385: end loop;

Line 2401: wf_core.Context

2397:
2398: exception
2399: when others then
2400: errbuf := sqlerrm;
2401: wf_core.Context
2402: (g_package, 'remove_defunct_process',
2403: itemtype, itemkey, to_char(actid), funcmode);
2404: raise;
2405: --

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

2507:
2508:
2509: exception
2510: when others then
2511: Wf_Core.Context('hr_workflow_service', 'start_cleanup_process', l_item_type, l_item_key, p_transaction_age);
2512: raise;
2513: --
2514: end start_cleanup_process;
2515:

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

2539: resultout := wf_engine.eng_notified||':'||wf_engine.eng_null||
2540: ':'||wf_engine.eng_null;
2541: exception
2542: when others then
2543: Wf_Core.Context('hr_workflow_service', 'Block', itemtype,
2544: itemkey, to_char(actid), funcmode);
2545: raise;
2546: end Block;
2547:

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

2579: retcode := '0';
2580: exception
2581: when others then
2582: -- Retrieve error message into errbuf
2583: wf_core.get_error(errname, errmsg, errstack);
2584: if (errmsg is not null) then
2585: errbuf := errmsg;
2586: else
2587: errbuf := sqlerrm;