DBA Data[Home] [Help]

APPS.PAY_PAYWSMEE_PKG dependencies on PER_ALL_PEOPLE_F

Line 812: from per_all_people_f

808: where organization_id = l_payee_id;
809: --
810: cursor person is
811: select full_name
812: from per_all_people_f
813: where person_id = l_payee_id
814: and p_effective_date between effective_start_date
815: and effective_end_date;
816: --