DBA Data[Home] [Help]

APPS.MSC_CL_SUPPLIER_RESP dependencies on FND_LOOKUP_VALUES

Line 624: ,fnd_lookup_values flv

620: ,msc_company_sites mcs1
621: -- Table to get global item_id
622: ,msc_system_items mi
623: -- Table to get order type description
624: ,fnd_lookup_values flv
625: where
626: ms.sr_instance_id = p_sr_instance_id
627: -- =====================================================================
628: -- Get Supplier Sales Order related transactions and also make sure that

Line 876: from fnd_lookup_values flv

872: -- Get the description for PO Order Type
873: -- =====================================
874: BEGIN
875: select meaning into l_end_order_type_desc
876: from fnd_lookup_values flv
877: where flv.lookup_code = G_PO
878: and flv.lookup_type = 'MSC_X_ORDER_TYPE'
879: and flv.language = l_language_code ;
880: