DBA Data[Home] [Help]

APPS.PAY_GTNLOD_PKG dependencies on PAY_US_ASG_RUN_STATE_TAX_RBR_V

Line 692: from PAY_US_ASG_RUN_STATE_TAX_RBR_V

688: and ee_or_er_code = 'EE'
689: and tax_type_code <> 'EIC'
690: UNION ALL
691: select user_reporting_name ||' '|| state_name,'2' sub_class,run_val,TAX_TYPE_CODE,jurisdiction_code
692: from PAY_US_ASG_RUN_STATE_TAX_RBR_V
693: where assignment_action_id =l_assignment_action_id
694: and ee_or_er_code = 'EE'
695: and tax_type_code <> 'STEIC'
696: UNION ALL

Line 1269: from PAY_US_ASG_RUN_STATE_TAX_RBR_V

1265: and ee_or_er_code = 'EE'
1266: and tax_type_code = 'EIC'
1267: UNION ALL
1268: select user_reporting_name ,run_val
1269: from PAY_US_ASG_RUN_STATE_TAX_RBR_V
1270: where assignment_action_id =l_assignment_action_id
1271: and ee_or_er_code = 'EE'
1272: and tax_type_code = 'STEIC';
1273: