DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on INL_SHIP_TYPES_VL

Line 3968: inl_ship_types_vl shipt

3964: l_ship_date,
3965: l_pending_matching_flag,
3966: l_taxation_country
3967: FROM inl_ship_headers_all sh,
3968: inl_ship_types_vl shipt
3969: WHERE sh.ship_type_id = shipt.ship_type_id
3970: AND sh.ship_header_id = p_ship_header_id;
3971: IF l_ship_status = 'COMPLETED' AND l_pending_matching_flag = 'Y' THEN
3972: l_in_adjust_flag := 'Y';