DBA Data[Home] [Help]

APPS.PQP_CPYTAXRUL dependencies on PAY_US_STATES

Line 10: p_source_state_code IN pay_us_states.state_code%type,

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

Line 11: p_target_state_code IN pay_us_states.state_code%type

7: p_classification_name IN pay_element_classifications.classification_name%type,
8: p_source_category IN pay_taxability_rules.tax_category%type,
9: p_target_category IN pay_taxability_rules.tax_category%type,
10: p_source_state_code IN pay_us_states.state_code%type,
11: p_target_state_code IN pay_us_states.state_code%type
12: )
13: IS
14:
15: l_classification_id pay_element_classifications.classification_id%type;