DBA Data[Home] [Help]

APPS.PAY_GTNLOD_PKG dependencies on PAY_US_ASG_RUN_STATE_TAX_RBR_V

Line 594: from PAY_US_ASG_RUN_STATE_TAX_RBR_V

590: and ee_or_er_code = 'EE'
591: and tax_type_code <> 'EIC'
592: UNION ALL
593: select user_reporting_name ||' '|| state_name,'2' sub_class,run_val,TAX_TYPE_CODE,jurisdiction_code
594: from PAY_US_ASG_RUN_STATE_TAX_RBR_V
595: where assignment_action_id =l_assignment_action_id
596: and ee_or_er_code = 'EE'
597: and tax_type_code <> 'STEIC'
598: UNION ALL

Line 1100: from PAY_US_ASG_RUN_STATE_TAX_RBR_V

1096: and ee_or_er_code = 'EE'
1097: and tax_type_code = 'EIC'
1098: UNION ALL
1099: select user_reporting_name ,run_val
1100: from PAY_US_ASG_RUN_STATE_TAX_RBR_V
1101: where assignment_action_id =l_assignment_action_id
1102: and ee_or_er_code = 'EE'
1103: and tax_type_code = 'STEIC';
1104: