DBA Data[Home] [Help]

APPS.PAY_CFT_UPD dependencies on PAY_CA_EMP_FED_TAX_INFO_F

Line 77: (p_base_table_name => 'pay_ca_emp_fed_tax_info_f',

73: -- version number.
74: --
75: p_rec.object_version_number :=
76: dt_api.get_object_version_number
77: (p_base_table_name => 'pay_ca_emp_fed_tax_info_f',
78: p_base_key_column => 'emp_fed_tax_inf_id',
79: p_base_key_value => p_rec.emp_fed_tax_inf_id);
80: --
81: pay_cft_shd.g_api_dml := true; -- Set the api dml status

Line 83: -- Update the pay_ca_emp_fed_tax_info_f Row

79: p_base_key_value => p_rec.emp_fed_tax_inf_id);
80: --
81: pay_cft_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the pay_ca_emp_fed_tax_info_f Row
84: --
85: update pay_ca_emp_fed_tax_info_f
86: set
87: emp_fed_tax_inf_id = p_rec.emp_fed_tax_inf_id,

Line 85: update pay_ca_emp_fed_tax_info_f

81: pay_cft_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the pay_ca_emp_fed_tax_info_f Row
84: --
85: update pay_ca_emp_fed_tax_info_f
86: set
87: emp_fed_tax_inf_id = p_rec.emp_fed_tax_inf_id,
88: legislation_code = p_rec.legislation_code,
89: assignment_id = p_rec.assignment_id,

Line 551: (p_module_name => 'pay_ca_emp_fed_tax_info_f'

547: --
548: when hr_api.cannot_find_prog_unit then
549: --
550: hr_api.cannot_find_prog_unit_error
551: (p_module_name => 'pay_ca_emp_fed_tax_info_f'
552: ,p_hook_type => 'AU');
553: --
554: end;
555: