DBA Data[Home] [Help]

APPS.HR_PERSON_INFO_UTIL_SS dependencies on HR_PERSON

Line 1: PACKAGE body hr_person_info_util_ss AS

1: PACKAGE body hr_person_info_util_ss AS
2: /* $Header: hrperuts.pkb 120.3.12020000.3 2013/01/03 08:58:16 aammoham ship $*/
3:
4: -- Global variables
5: g_package constant varchar2(75):='HR_PERSON_INFO_UTIL_SS.';

Line 5: g_package constant varchar2(75):='HR_PERSON_INFO_UTIL_SS.';

1: PACKAGE body hr_person_info_util_ss AS
2: /* $Header: hrperuts.pkb 120.3.12020000.3 2013/01/03 08:58:16 aammoham ship $*/
3:
4: -- Global variables
5: g_package constant varchar2(75):='HR_PERSON_INFO_UTIL_SS.';
6: g_data_error exception;
7: g_flex_struct hr_dflex_utility.l_ignore_dfcode_varray := hr_dflex_utility.l_ignore_dfcode_varray(); -- 4644909
8: g_debug boolean := hr_utility.debug_enabled;
9: --

Line 349: hr_person.derive_full_name(p_first_name => p_first_name,

345: END;
346:
347: -- Bug Fix : 2948405.
348: if fnd_profile.value('HR_CROSS_BUSINESS_GROUP') = 'N' then
349: hr_person.derive_full_name(p_first_name => p_first_name,
350: p_middle_names => null,
351: p_last_name => p_last_name,
352: p_known_as => null,
353: p_title => null,

Line 638: END hr_person_info_util_ss;

634:
635: end transaction_api_step_exist;
636:
637:
638: END hr_person_info_util_ss;
639: --