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.1.12000000.2 2007/04/09 14:33:51 dbatra 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.1.12000000.2 2007/04/09 14:33:51 dbatra 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: --
9: -- ---------------------------------------------------------------------------

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

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

Line 580: END hr_person_info_util_ss;

576:
577: end validate_national_identifier;
578:
579:
580: END hr_person_info_util_ss;
581: --