DBA Data[Home] [Help]

APPS.ITG_SYNCSUPPLIERINBOUND_PVT dependencies on HZ_LOCATIONS

Line 1272: from hz_locations

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