DBA Data[Home] [Help]

APPS.HR_NZ_PERSONAL_PAY_METHOD_API dependencies on HR_PERSONAL_PAY_METHOD_API

Line 246: hr_personal_pay_method_api.create_personal_pay_method

242: -- A BEFORE API hook will fire the account validation and if it is OK the TRUE value is correct
243: -- otherwise if the validation fails the record will not be stored.
244: -- Reason :- p_segment6 is an IN parameter and cannot be changed after the validation
245:
246: hr_personal_pay_method_api.create_personal_pay_method
247: (p_validate => p_validate
248: ,p_effective_date => l_effective_date
249: ,p_assignment_id => p_assignment_id
250: ,p_run_type_id => p_run_type_id

Line 440: hr_personal_pay_method_api.update_personal_pay_method

436: -- A BEFORE API hook will fire the account validation and if it is OK the TRUE value is correct
437: -- otherwise if the validation fails the record will not be stored.
438: -- Reason :- p_segment6 is an IN parameter and cannot be changed after the validation
439:
440: hr_personal_pay_method_api.update_personal_pay_method
441: (p_validate => p_validate
442: ,p_effective_date => l_effective_date
443: ,p_datetrack_update_mode => p_datetrack_update_mode
444: ,p_personal_payment_method_id => p_personal_payment_method_id