DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on PER_ESTABLISHMENT_ATTENDANCES

Line 2167: from per_establishment_attendances

2163: -- party_id on it, but not a person_id.
2164: --
2165: cursor csr_esa(p_party_id number) is
2166: select attendance_id, object_version_number
2167: from per_establishment_attendances
2168: where party_id=p_party_id
2169: and person_id is null;
2170: --
2171: --

Line 2178: l_esa_ovn per_establishment_attendances.OBJECT_VERSION_NUMBER%type;

2174: l_phn_ovn per_phones.OBJECT_VERSION_NUMBER%type;
2175: l_parent_table per_phones.PARENT_TABLE%type;
2176: l_pem_ovn per_previous_employers.OBJECT_VERSION_NUMBER%type;
2177: l_qua_ovn per_qualifications.OBJECT_VERSION_NUMBER%type;
2178: l_esa_ovn per_establishment_attendances.OBJECT_VERSION_NUMBER%type;
2179: --
2180: --end for i-rec enhancement ww bug # 2675202
2181: --
2182: --