DBA Data[Home] [Help]

APPS.PAY_TXR_UPD dependencies on PAY_TAXABILITY_RULES

Line 66: -- Update the pay_taxability_rules Row

62: --
63: --
64: --
65: --
66: -- Update the pay_taxability_rules Row
67: --
68: update pay_taxability_rules
69: set
70: jurisdiction_code = p_rec.jurisdiction_code

Line 68: update pay_taxability_rules

64: --
65: --
66: -- Update the pay_taxability_rules Row
67: --
68: update pay_taxability_rules
69: set
70: jurisdiction_code = p_rec.jurisdiction_code
71: ,tax_type = p_rec.tax_type
72: ,tax_category = p_rec.tax_category

Line 227: (p_module_name => 'PAY_TAXABILITY_RULES'

223: --
224: when hr_api.cannot_find_prog_unit then
225: --
226: hr_api.cannot_find_prog_unit_error
227: (p_module_name => 'PAY_TAXABILITY_RULES'
228: ,p_hook_type => 'AU');
229: --
230: end;
231: --