DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on OE_LOOKUPS

Line 597: FROM oe_lookups

593: ELSE
594: begin
595: SELECT 'Y'
596: INTO l_exists
597: FROM oe_lookups
598: WHERE lookup_type = 'SALES_CHANNEL'
599: AND lookup_code =p_Item_Orderability_Import_Rec.sales_channel_code;
600: Exception
601: when no_data_found then