DBA Data[Home] [Help]

APPS.PAY_US_EMP_PAYSLIP_ACCRUAL_WEB dependencies on PAY_ASSIGNMENT_ACTIONS

Line 118: pay_assignment_actions paa

114: cp_assignment_action_id in number
115: ) is
116: select payroll_id, business_group_id
117: from pay_payroll_actions ppa,
118: pay_assignment_actions paa
119: where ppa.payroll_action_id = paa.payroll_action_id
120: and paa.assignment_action_id = cp_assignment_action_id;
121: --
122: -- Following cursor changed to filter the lookup values based on security group