DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on HR_UTIL_MISC_SS

Line 1: PACKAGE BODY HR_UTIL_MISC_SS AS

1: PACKAGE BODY HR_UTIL_MISC_SS AS
2: /* $Header: hrutlmss.pkb 120.41.12020000.11 2013/03/07 09:19:52 pathota ship $ */
3:
4: g_package VARCHAR2(30) := 'HR_UTIL_MISC_SS.';
5: g_debug boolean := hr_utility.debug_enabled;

Line 4: g_package VARCHAR2(30) := 'HR_UTIL_MISC_SS.';

1: PACKAGE BODY HR_UTIL_MISC_SS AS
2: /* $Header: hrutlmss.pkb 120.41.12020000.11 2013/03/07 09:19:52 pathota ship $ */
3:
4: g_package VARCHAR2(30) := 'HR_UTIL_MISC_SS.';
5: g_debug boolean := hr_utility.debug_enabled;
6:
7: PROCEDURE initLoginPrsnCtx(p_eff_date IN DATE) IS
8: l_proc constant varchar2(100) := g_package || ' initLoginPrsnCtx';

Line 657: and 'C' = hr_util_misc_ss.check_akregion_code(text_value);

653: and pa.process_name = a.name
654: and pa.process_version = a.version
655: and pa.instance_id = aav.process_activity_id
656: and aav.name = 'HR_ACTIVITY_TYPE_VALUE'
657: and 'C' = hr_util_misc_ss.check_akregion_code(text_value);
658:
659: l_func_details csr_fnd_func_details%ROWTYPE;
660: BEGIN
661: IF g_debug then

Line 2150: return hr_util_misc_ss.getObjectName('JOB', p_job_id, p_bg_id, jname);

2146: from per_jobs_tl
2147: where p_job_id = job_id
2148: and language(+) = userenv('LANG');
2149:
2150: return hr_util_misc_ss.getObjectName('JOB', p_job_id, p_bg_id, jname);
2151:
2152: end getJobName;
2153:
2154:

Line 2168: return hr_util_misc_ss.getObjectName('POSITION', p_position_id, p_bg_id, pname);

2164: from hr_all_positions_f_tl
2165: where p_position_id = position_id
2166: and language(+) = userenv('LANG');
2167:
2168: return hr_util_misc_ss.getObjectName('POSITION', p_position_id, p_bg_id, pname);
2169:
2170: end getPositionName;
2171:
2172:

Line 2186: return hr_util_misc_ss.getObjectName('GRADE', p_grade_id, p_bg_id, gname);

2182: from per_grades_tl
2183: where p_grade_id = grade_id
2184: and language(+) = userenv('LANG');
2185:
2186: return hr_util_misc_ss.getObjectName('GRADE', p_grade_id, p_bg_id, gname);
2187:
2188: end getGradeName;
2189:
2190:

Line 2663: hr_utility.set_location('hr_util_misc_ss.get_item_type_and_key errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);

2659: p_itemKey := lv_item_key;
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:

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:

Line 2848: END HR_UTIL_MISC_SS;

2844:
2845: return 'Y';
2846: end check_trans_step_exists;
2847:
2848: END HR_UTIL_MISC_SS;