DBA Data[Home] [Help]

APPS.HR_POSITION_BK2 dependencies on GHR_UTILITY

Line 177: GHR_UTILITY.update_nfc_eit

173: if hr_api.call_leg_hooks then
174: l_legislation_code := PER_POS_BUS.return_legislation_code(P_POSITION_ID => P_POSITION_ID
175: );
176: if l_legislation_code = 'US' then
177: GHR_UTILITY.update_nfc_eit
178: (P_POSITION_ID => P_POSITION_ID
179: ,P_SEGMENT1 => P_SEGMENT1
180: ,P_SEGMENT2 => P_SEGMENT2
181: ,P_SEGMENT3 => P_SEGMENT3

Line 389: GHR_UTILITY.VALIDATE_NFC

385: if hr_api.call_leg_hooks then
386: l_legislation_code := PER_POS_BUS.return_legislation_code(P_POSITION_ID => P_POSITION_ID
387: );
388: if l_legislation_code = 'US' then
389: GHR_UTILITY.VALIDATE_NFC
390: (P_POSITION_ID => P_POSITION_ID
391: ,P_SEGMENT1 => P_SEGMENT1
392: ,P_SEGMENT2 => P_SEGMENT2
393: ,P_SEGMENT3 => P_SEGMENT3