DBA Data[Home] [Help]

APPS.PAY_GTNLOD_PKG dependencies on PAY_US_ASG_RUN_DED_RBR_V

Line 179: from PAY_US_ASG_RUN_DED_RBR_V

175: select classification_name,
176: decode(classification_name,'Pre-Tax Deductions','1','Involuntary Deductions','2','Voluntary Deductions','3','9')subclass,
177: element_name,
178: RUN_VALUE cash_value
179: from PAY_US_ASG_RUN_DED_RBR_V
180: where assignment_action_id =l_assignment_action_id
181: and classification_name in ('Pre-Tax Deductions',
182: 'Involuntary Deductions',
183: 'Voluntary Deductions');