DBA Data[Home] [Help]

APPS.PAY_TXR_DEL dependencies on PAY_TAXABILITY_RULES

Line 62: -- Delete the pay_taxability_rules row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the pay_taxability_rules row.
63: --
64: delete from pay_taxability_rules
65: where jurisdiction_code = p_rec.jurisdiction_code
66: and nvl(tax_type, 'X') = nvl(p_rec.tax_type , 'X')

Line 64: delete from pay_taxability_rules

60: --
61: --
62: -- Delete the pay_taxability_rules row.
63: --
64: delete from pay_taxability_rules
65: where jurisdiction_code = p_rec.jurisdiction_code
66: and nvl(tax_type, 'X') = nvl(p_rec.tax_type , 'X')
67: and nvl(tax_category, 'X') = nvl(p_rec.tax_category , 'X')
68: and nvl(classification_id, 0) = nvl(p_rec.classification_id, 0)

Line 194: (p_module_name => 'PAY_TAXABILITY_RULES'

190: --
191: when hr_api.cannot_find_prog_unit then
192: --
193: hr_api.cannot_find_prog_unit_error
194: (p_module_name => 'PAY_TAXABILITY_RULES'
195: ,p_hook_type => 'AD');
196: --
197: end;
198: --