DBA Data[Home] [Help]

APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on HZ_LOCATIONS

Line 2056: FROM hz_locations loc

2052: loc.postal_code,
2053: loc.province,
2054: loc.county,
2055: loc.delivery_point_code
2056: FROM hz_locations loc
2057: WHERE location_id = cp_location_id;
2058:
2059: l_rec_locations cur_locations%ROWTYPE;
2060:

Line 2063: l_n_location_id hz_locations.location_id%TYPE;

2059: l_rec_locations cur_locations%ROWTYPE;
2060:
2061: l_n_perm_cntr PLS_INTEGER;
2062: l_n_temp_cntr PLS_INTEGER;
2063: l_n_location_id hz_locations.location_id%TYPE;
2064: l_v_error_code igs_fi_1098t_data.error_code%TYPE;
2065:
2066: l_b_rec_exists BOOLEAN;
2067: