DBA Data[Home] [Help]

APPS.PAY_US_TAX_INTERNAL dependencies on PAY_STATE_TAX_RULE_API

Line 202: pay_state_tax_rule_api.create_state_tax_rule (

198: open csr_future_state_rule(p_state_code,p_assignment_id);
199: fetch csr_future_state_rule into l_temp_char;
200: if csr_future_state_rule%notfound then
201: close csr_future_state_rule; -- 3431376
202: pay_state_tax_rule_api.create_state_tax_rule (
203: p_effective_date => p_effective_date
204: ,p_default_flag => 'Y'
205: ,p_assignment_id => p_assignment_id
206: ,p_state_code => p_state_code