[Home] [Help]
APPS.CSE_UTIL_PKG dependencies on CSI_A_LOCATIONS
Line 673: from csi_a_locations
669:
670: IS
671: cursor fa_loc is
672: select fa_location_id
673: from csi_a_locations
674: where location_id =p_hz_location_id;
675:
676: l_loop_count NUMBER:=0;
677: fa_loc_not_found EXCEPTION;