DBA Data[Home] [Help]

APPS.PAY_GTNLOD_PKG dependencies on PAY_US_ASG_RUN_DED_RBR_V

Line 205: from PAY_US_ASG_RUN_DED_RBR_V

201: decode(classification_name,'Pre-Tax Deductions','1','Involuntary Deductions','2','Voluntary Deductions','3','9')subclass,
202: --reporting_name_alt, /* Bug 5918981: element_name is replaced with reporting_name_alt */
203: element_name, /* Bug 14406013: Reverting back changes done as part of Bug 5918981 */
204: RUN_VALUE cash_value
205: from PAY_US_ASG_RUN_DED_RBR_V
206: where assignment_action_id =l_assignment_action_id
207: and classification_name in ('Pre-Tax Deductions',
208: 'Involuntary Deductions',
209: 'Voluntary Deductions');