DBA Data[Home] [Help]

APPS.PA_FP_ORG_FCST_UTILS dependencies on PER_ALL_PEOPLE_F

Line 506: ,per_all_people_f ppf

502:
503: CURSOR get_headcount IS
504: SELECT COUNT(*)
505: FROM per_assignments_f paf
506: ,per_all_people_f ppf
507: ,per_periods_of_service pps
508: WHERE paf.organization_id = p_organization_id
509: AND p_effective_date BETWEEN paf.effective_start_date
510: AND paf.effective_end_date