DBA Data[Home] [Help]

APPS.PAY_FR_GENERAL dependencies on PER_ALL_PEOPLE_F

Line 2505: FROM per_all_people_f

2501:
2502: -- Cursor to fetch Sex and Marital Status of Employee
2503: CURSOR csr_person_info IS
2504: SELECT first_name,last_name,per_information1,sex,marital_status
2505: FROM per_all_people_f
2506: WHERE person_id = p_employee_id
2507: AND per_information_category ='FR';
2508: --
2509: BEGIN