DBA Data[Home] [Help]

APPS.HR_CAL_EVENT_MAPPING_PKG dependencies on HZ_PARTIES

Line 1640: FROM hz_parties

1636:
1637: -- Cursor to get the party id for a person id.
1638: CURSOR c_per_id (cp_party_id NUMBER) IS
1639: SELECT person_identifier
1640: FROM hz_parties
1641: WHERE party_id = cp_party_id
1642: AND created_by_module = 'HR API'
1643: AND orig_system_reference = 'PER:'||person_identifier;
1644: