DBA Data[Home] [Help]

APPS.PAY_US_EMP_PAYSLIP_ACCRUAL_WEB dependencies on PAY_ASSIGNMENT_ACTIONS

Line 111: pay_assignment_actions paa

107: cp_assignment_action_id in number
108: ) is
109: select payroll_id, business_group_id
110: from pay_payroll_actions ppa,
111: pay_assignment_actions paa
112: where ppa.payroll_action_id = paa.payroll_action_id
113: and paa.assignment_action_id = cp_assignment_action_id;
114: --
115: -- Following cursor changed to filter the lookup values based on security group