DBA Data[Home] [Help]

APPS.PAY_CA_PAYROLL_ARCH dependencies on PAY_ACTION_INFORMATION

Line 2512: from pay_action_information

2508: and paa.assignment_action_id = cp_prepayment_action_id;
2509:
2510: cursor c_check_pay_action( cp_payroll_action_id in number) is
2511: select count(*)
2512: from pay_action_information
2513: where action_context_id = cp_payroll_action_id
2514: and action_context_type = 'PA';
2515:
2516: /* Added new cursor to archive multiple balance adjustments done