DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on INL_SHIP_TYPES_VL

Line 2204: inl_ship_types_vl shipt

2200: l_location_id,
2201: l_ship_date,
2202: l_pending_matching_flag
2203: FROM inl_ship_headers_all sh,
2204: inl_ship_types_vl shipt
2205: WHERE sh.ship_type_id = shipt.ship_type_id
2206: AND sh.ship_header_id = p_ship_header_id;
2207:
2208: IF l_ship_status = 'COMPLETED' AND l_pending_matching_flag = 'Y' THEN