DBA Data[Home] [Help]

APPS.ITG_SYNCSUPPLIERINBOUND_PVT dependencies on HZ_LOCATIONS

Line 1274: from hz_locations

1270:
1271: BEGIN
1272: select object_version_number
1273: into p_object_version_number
1274: from hz_locations
1275: where location_id = p_location_rec.location_id;
1276:
1277: IF (l_Debug_Level <= 1) THEN
1278: itg_debug_pub.Add('object_version_number - '|| p_object_version_number);