DBA Data[Home] [Help]

APPS.PAY_CTY_UPD dependencies on PAY_US_EMP_CITY_TAX_RULES_F

Line 77: (p_base_table_name => 'pay_us_emp_city_tax_rules_f',

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

Line 83: -- Update the pay_us_emp_city_tax_rules_f Row

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

Line 85: update pay_us_emp_city_tax_rules_f

81: pay_cty_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the pay_us_emp_city_tax_rules_f Row
84: --
85: update pay_us_emp_city_tax_rules_f
86: set
87: emp_city_tax_rule_id = p_rec.emp_city_tax_rule_id,
88: assignment_id = p_rec.assignment_id,
89: state_code = p_rec.state_code,

Line 500: (p_module_name => 'PAY_US_EMP_CITY_TAX_RULES_F

496: --
497: when hr_api.cannot_find_prog_unit then
498: --
499: hr_api.cannot_find_prog_unit_error
500: (p_module_name => 'PAY_US_EMP_CITY_TAX_RULES_F
501: ,p_hook_type => 'AU');
502: --
503: */
504: end;