DBA Data[Home] [Help]

APPS.IRC_DOCUMENT_API dependencies on PER_ALL_PEOPLE_F

Line 1092: from per_all_people_f paf,

1088:
1089: cursor csr_internet_applicant
1090: Is
1091: select count(pasf.person_id)
1092: from per_all_people_f paf,
1093: per_all_assignments_f pasf
1094: where
1095: paf.party_id = p_party_id
1096: and trunc(sysdate) between paf.effective_start_date and paf.effective_end_date