DBA Data[Home] [Help]

APPS.HR_PERSON_INFO_UTIL_SS dependencies on FND_GLOBAL

Line 357: p_business_group_id => fnd_global.per_business_group_id,

353: p_suffix => null,
354: p_pre_name_adjunct => null,
355: p_date_of_birth => p_date_of_birth,
356: p_person_id => null,
357: p_business_group_id => fnd_global.per_business_group_id,
358: p_full_name => l_full_name,
359: p_duplicate_flag => l_duplicate_flag );
360:
361: if l_duplicate_flag = 'Y' then