DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_PVT dependencies on PA_EMPLOYEES

Line 1288: FROM pa_employees

1284:
1285: CURSOR get_person_id
1286: IS
1287: SELECT person_id
1288: FROM pa_employees
1289: WHERE full_name = p_reported_by_name
1290: AND active = '*';
1291:
1292: CURSOR get_template_type