DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on PER_ESTABLISHMENT_ATTENDANCES

Line 1761: from per_establishment_attendances

1757: -- party_id on it, but not a person_id.
1758: --
1759: cursor csr_esa(p_party_id number) is
1760: select attendance_id, object_version_number
1761: from per_establishment_attendances
1762: where party_id=p_party_id
1763: and person_id is null;
1764: --
1765: --

Line 1772: l_esa_ovn per_establishment_attendances.OBJECT_VERSION_NUMBER%type;

1768: l_phn_ovn per_phones.OBJECT_VERSION_NUMBER%type;
1769: l_parent_table per_phones.PARENT_TABLE%type;
1770: l_pem_ovn per_previous_employers.OBJECT_VERSION_NUMBER%type;
1771: l_qua_ovn per_qualifications.OBJECT_VERSION_NUMBER%type;
1772: l_esa_ovn per_establishment_attendances.OBJECT_VERSION_NUMBER%type;
1773: --
1774: --end for i-rec enhancement ww bug # 2675202
1775: --
1776: --