DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on OE_LOOKUPS

Line 560: FROM oe_lookups

556: ELSE
557: begin
558: SELECT 'Y'
559: INTO l_exists
560: FROM oe_lookups
561: WHERE lookup_type = 'SALES_CHANNEL'
562: AND lookup_code =p_Item_Orderability_Import_Rec.sales_channel_code;
563: Exception
564: when no_data_found then