DBA Data[Home] [Help]

APPS.HR_CAL_EVENT_MAPPING_PKG dependencies on HZ_PARTIES

Line 1678: FROM hz_parties

1674:
1675: -- Cursor to get the party id for a person id.
1676: CURSOR c_per_id (cp_party_id NUMBER) IS
1677: SELECT person_identifier
1678: FROM hz_parties
1679: WHERE party_id = cp_party_id
1680: AND created_by_module = 'HR API'
1681: AND orig_system_reference = 'PER:'||person_identifier;
1682: