DBA Data[Home] [Help]

APPS.INL_INTERFACE_PVT dependencies on INL_SHIP_TYPES_B

Line 692: FROM INL_SHIP_TYPES_B

688: SELECT
689: ship_type_code
690: INTO
691: l_ship_type_code
692: FROM INL_SHIP_TYPES_B
693: WHERE ship_type_id = p_ship_type_id
694: AND active_from_date <= trunc(SYSDATE)
695: AND (active_to_date IS NULL
696: OR active_to_date >= trunc(SYSDATE))