DBA Data[Home] [Help]

APPS.PAY_PPD_UPD dependencies on PAY_PL_PAYE_DETAILS_F

Line 78: (p_base_table_name => 'pay_pl_paye_details_f'

74: -- version number.
75: --
76: p_rec.object_version_number :=
77: dt_api.get_object_version_number
78: (p_base_table_name => 'pay_pl_paye_details_f'
79: ,p_base_key_column => 'paye_details_id'
80: ,p_base_key_value => p_rec.paye_details_id
81: );
82: --

Line 85: -- Update the pay_pl_paye_details_f Row

81: );
82: --
83: --
84: --
85: -- Update the pay_pl_paye_details_f Row
86: --
87: update pay_pl_paye_details_f
88: set
89: paye_details_id = p_rec.paye_details_id

Line 87: update pay_pl_paye_details_f

83: --
84: --
85: -- Update the pay_pl_paye_details_f Row
86: --
87: update pay_pl_paye_details_f
88: set
89: paye_details_id = p_rec.paye_details_id
90: ,per_or_asg_id = p_rec.per_or_asg_id
91: ,business_group_id = p_rec.business_group_id

Line 465: (p_module_name => 'PAY_PL_PAYE_DETAILS_F'

461: --
462: when hr_api.cannot_find_prog_unit then
463: --
464: hr_api.cannot_find_prog_unit_error
465: (p_module_name => 'PAY_PL_PAYE_DETAILS_F'
466: ,p_hook_type => 'AU');
467: --
468: end;
469: --