DBA Data[Home] [Help]

APPS.PQP_CPYTAXRUL dependencies on PAY_TAXABILITY_RULES

Line 9: p_source_category IN pay_taxability_rules.tax_category%type,

5: PROCEDURE COPY_TAX_RULES (
6: errbuf OUT NOCOPY VARCHAR2,
7: retcode OUT NOCOPY NUMBER,
8: p_classification_name IN pay_element_classifications.classification_name%type,
9: p_source_category IN pay_taxability_rules.tax_category%type,
10: p_target_category IN pay_taxability_rules.tax_category%type,
11: p_source_state_code IN pay_us_states.state_code%type,
12: p_target_state_code IN pay_us_states.state_code%type
13: );

Line 10: p_target_category IN pay_taxability_rules.tax_category%type,

6: errbuf OUT NOCOPY VARCHAR2,
7: retcode OUT NOCOPY NUMBER,
8: p_classification_name IN pay_element_classifications.classification_name%type,
9: p_source_category IN pay_taxability_rules.tax_category%type,
10: p_target_category IN pay_taxability_rules.tax_category%type,
11: p_source_state_code IN pay_us_states.state_code%type,
12: p_target_state_code IN pay_us_states.state_code%type
13: );
14: