DBA Data[Home] [Help]

APPS.CSM_SR_EVENT_PKG dependencies on HZ_PARTY_SITES

Line 876: (select location_id from hz_party_sites where party_site_id = NVL(csi.incident_location_id, csi.install_site_id)),

872: csi.incident_location_id,
873: csi.customer_id party_id,
874: decode(nvl(csi.incident_location_type,'HZ_PARTY_SITE'),
875: 'HZ_PARTY_SITE',
876: (select location_id from hz_party_sites where party_site_id = NVL(csi.incident_location_id, csi.install_site_id)),
877: 'HZ_LOCATION',
878: (select location_id from hz_locations where location_id = NVL(csi.incident_location_id, csi.install_site_id))
879: ) location_id ,
880: nvl(csi.incident_location_type,'HZ_PARTY_SITE') incident_location_type,

Line 1117: (select location_id from hz_party_sites where party_site_id = NVL(csi.incident_location_id, csi.install_site_id)),

1113: csi.incident_location_id,
1114: csi.customer_id party_id,
1115: decode(nvl(csi.incident_location_type,'HZ_PARTY_SITE'),
1116: 'HZ_PARTY_SITE',
1117: (select location_id from hz_party_sites where party_site_id = NVL(csi.incident_location_id, csi.install_site_id)),
1118: 'HZ_LOCATION',
1119: (select location_id from hz_locations where location_id = NVL(csi.incident_location_id, csi.install_site_id))
1120: ) location_id ,
1121: nvl(csi.incident_location_type,'HZ_PARTY_SITE') incident_location_type,

Line 1351: (select location_id from hz_party_sites where party_site_id = NVL(csi.incident_location_id, csi.install_site_id)),

1347: csi.incident_location_id,
1348: csi.customer_id party_id,
1349: decode(nvl(csi.incident_location_type,'HZ_PARTY_SITE'),
1350: 'HZ_PARTY_SITE',
1351: (select location_id from hz_party_sites where party_site_id = NVL(csi.incident_location_id, csi.install_site_id)),
1352: 'HZ_LOCATION',
1353: (select location_id from hz_locations where location_id = NVL(csi.incident_location_id, csi.install_site_id))
1354: ) location_id ,
1355: nvl(csi.incident_location_type,'HZ_PARTY_SITE') incident_location_type,