DBA Data[Home] [Help]

APPS.ZX_CORE_REP_EXTRACT_PKG dependencies on ZX_GLOBAL_STRUCTURES_PKG

Line 1176: IF (ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl.EXISTS(TABLEIDX)) THEN

1172: p_geography_type;
1173:
1174: TABLEIDX := dbms_utility.get_hash_value(hash_string,1,TABLE_SIZE);
1175:
1176: IF (ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl.EXISTS(TABLEIDX)) THEN
1177: loc_info_idx := ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl(TABLEIDX);
1178: x_geography_value := ZX_GLOBAL_STRUCTURES_PKG.location_info_tbl.geography_value(loc_info_idx);
1179: x_geo_val_found := TRUE;
1180: ELSE

Line 1177: loc_info_idx := ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl(TABLEIDX);

1173:
1174: TABLEIDX := dbms_utility.get_hash_value(hash_string,1,TABLE_SIZE);
1175:
1176: IF (ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl.EXISTS(TABLEIDX)) THEN
1177: loc_info_idx := ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl(TABLEIDX);
1178: x_geography_value := ZX_GLOBAL_STRUCTURES_PKG.location_info_tbl.geography_value(loc_info_idx);
1179: x_geo_val_found := TRUE;
1180: ELSE
1181: x_geo_val_found := FALSE;

Line 1178: x_geography_value := ZX_GLOBAL_STRUCTURES_PKG.location_info_tbl.geography_value(loc_info_idx);

1174: TABLEIDX := dbms_utility.get_hash_value(hash_string,1,TABLE_SIZE);
1175:
1176: IF (ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl.EXISTS(TABLEIDX)) THEN
1177: loc_info_idx := ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl(TABLEIDX);
1178: x_geography_value := ZX_GLOBAL_STRUCTURES_PKG.location_info_tbl.geography_value(loc_info_idx);
1179: x_geo_val_found := TRUE;
1180: ELSE
1181: x_geo_val_found := FALSE;
1182: END IF;

Line 2307: /* Check existence of input combination in table ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl */

2303: l_location_id_tbl(1):= l_poo_location_id_tbl(i);
2304: END IF;
2305:
2306:
2307: /* Check existence of input combination in table ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl */
2308:
2309: RETRIEVE_GEO_VALUE(l_event_class_mapping_id_tbl(i),
2310: l_trx_id_tbl(i),
2311: l_trx_line_id_tbl(i),