DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on PAY_PERSON_LATEST_BALANCES

Line 752: from pay_person_latest_balances

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