DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on AR_LOOKUPS

Line 405: FROM ar_lookups

401: ELSE
402: begin
403: SELECT 'Y'
404: INTO l_exists
405: FROM ar_lookups
406: WHERE lookup_type = 'CUSTOMER_CATEGORY'
407: AND lookup_code = p_Item_Orderability_Import_Rec.customer_category_code ;
408: Exception
409: when no_data_found then