DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on PAY_PERSON_LATEST_BALANCES

Line 753: from pay_person_latest_balances

749: and defined_balance_id = p_defined_balance_id;
750: --
751: cursor c_per_lb_exists is
752: select 'Y'
753: from pay_person_latest_balances
754: where assignment_action_id = p_assignment_action_id
755: and defined_balance_id = p_defined_balance_id;
756: --
757: cursor c_lb_exists is