DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on AR_LOOKUPS

Line 442: FROM ar_lookups

438: ELSE
439: begin
440: SELECT 'Y'
441: INTO l_exists
442: FROM ar_lookups
443: WHERE lookup_type = 'CUSTOMER_CATEGORY'
444: AND lookup_code = p_Item_Orderability_Import_Rec.customer_category_code ;
445: Exception
446: when no_data_found then