DBA Data[Home] [Help]

APPS.AR_CMGT_CREDIT_REQUEST_API dependencies on PER_ALL_PEOPLE_F

Line 91: FROM PER_ALL_PEOPLE_F

87: FROM ar_cmgt_setup_options;
88:
89: CURSOR employee(p_person_id IN NUMBER) is
90: SELECT 'x'
91: FROM PER_ALL_PEOPLE_F
92: WHERE sysdate between effective_start_date and effective_end_date
93: and current_employee_flag = 'Y'
94: and person_id = p_person_id;
95: