DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on PAY_ASSIGNMENT_LATEST_BALANCES

Line 747: from pay_assignment_latest_balances

743: l_exists varchar2(1) := 'N';
744: --
745: cursor c_asg_lb_exists is
746: select 'Y'
747: from pay_assignment_latest_balances
748: where assignment_action_id = p_assignment_action_id
749: and defined_balance_id = p_defined_balance_id;
750: --
751: cursor c_per_lb_exists is