DBA Data[Home] [Help]

APPS.PAY_GTNLOD_PKG dependencies on PAY_US_ASG_RUN_LOCAL_TAX_RBR_V

Line 724: from PAY_US_ASG_RUN_LOCAL_TAX_RBR_V

720: ),
721: '3' sub_class,run_val,
722: TAX_TYPE_CODE,
723: jurisdiction_code
724: from PAY_US_ASG_RUN_LOCAL_TAX_RBR_V
725: where assignment_action_id = l_assignment_action_id
726: and ee_or_er_code = 'EE'
727: UNION ALL
728: SELECT 'EE Non W2 FIT Withheld',

Line 1067: from PAY_US_ASG_RUN_LOCAL_TAX_RBR_V

1063: (decode(city_name,'INVALID',null,city_name))
1064: )
1065: ),
1066: '3' sub_class,run_val
1067: from PAY_US_ASG_RUN_LOCAL_TAX_RBR_V
1068: where assignment_action_id = l_assignment_action_id
1069: and ee_or_er_code = 'ER';
1070:
1071: