DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on PAY_ASSIGNMENT_LATEST_BALANCES

Line 746: from pay_assignment_latest_balances

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