DBA Data[Home] [Help]

APPS.IGS_PE_RELATIONSHIPS_PKG dependencies on IGS_PE_HZ_PTY_SITES

Line 53: igs_pe_hz_pty_sites ihps

49: FROM
50: HZ_LOCATIONS hl,
51: hz_party_sites hps,
52: hz_party_site_uses hpsu,
53: igs_pe_hz_pty_sites ihps
54: WHERE
55: hl.location_id = hps.location_id AND
56: hps.party_id = cp_person_id AND
57: hps.party_site_id = hpsu.party_site_id AND

Line 89: igs_pe_hz_pty_sites ihps

85: FROM
86: HZ_LOCATIONS hl,
87: hz_party_sites hps,
88: hz_party_site_uses hpsu,
89: igs_pe_hz_pty_sites ihps
90: WHERE
91: hl.location_id = hps.location_id AND
92: hps.party_id = cp_person_id AND
93: hps.party_site_id = hpsu.party_site_id AND