DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on WF_CORE

Line 935: WF_CORE.CONTEXT (

931: EXCEPTION
932: WHEN OTHERS THEN
933:
934: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
935: WF_CORE.CONTEXT (
936: g_package,
937: 'is_voluntary_termination',
938: itemtype,
939: itemkey,

Line 997: WF_CORE.CONTEXT (

993: EXCEPTION
994: WHEN OTHERS THEN
995:
996: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
997: WF_CORE.CONTEXT (
998: g_package,
999: 'branch_on_approval_flag',
1000: itemtype,
1001: itemkey,

Line 1059: WF_CORE.CONTEXT (

1055: EXCEPTION
1056: WHEN OTHERS THEN
1057:
1058: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
1059: WF_CORE.CONTEXT (
1060: g_package,
1061: 'branch_on_approval_flag',
1062: itemtype,
1063: itemkey,

Line 2132: Wf_Core.Context(g_package, c_proc, p_transaction_id);

2128:
2129: exception
2130: when others then
2131: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
2132: Wf_Core.Context(g_package, c_proc, p_transaction_id);
2133: -- raise;
2134: return null;
2135: end getUpgradeCheck;
2136:

Line 2312: WF_CORE.CONTEXT (

2308: EXCEPTION
2309: WHEN OTHERS THEN
2310:
2311: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
2312: WF_CORE.CONTEXT (
2313: g_package,
2314: 'is_us_emp_check',
2315: itemtype,
2316: itemkey,

Line 2664: Wf_Core.Context('hr_util_misc_ss', 'get_item_type_and_key', p_transaction_id);

2660:
2661: exception
2662: when others then
2663: hr_utility.set_location('hr_util_misc_ss.get_item_type_and_key errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
2664: Wf_Core.Context('hr_util_misc_ss', 'get_item_type_and_key', p_transaction_id);
2665: raise;
2666: end get_item_type_and_key;
2667:
2668: