DBA Data[Home] [Help]

APPS.HR_PERSON_INFO_UTIL_SS dependencies on FND_GLOBAL

Line 358: p_business_group_id => fnd_global.per_business_group_id,

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