DBA Data[Home] [Help]

APPS.PAY_PAYWSMEE_PKG dependencies on PER_ALL_PEOPLE_F

Line 788: from per_all_people_f

784: where organization_id = l_payee_id;
785: --
786: cursor person is
787: select full_name
788: from per_all_people_f
789: where person_id = l_payee_id
790: and p_effective_date between effective_start_date
791: and effective_end_date;
792: --