DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on HZ_CUST_PROFILE_CLASSES

Line 360: FROM hz_cust_profile_classes cpc

356: ELSE
357: begin
358: SELECT 'Y'
359: INTO l_exists
360: FROM hz_cust_profile_classes cpc
361: WHERE profile_class_id = p_Item_Orderability_Import_Rec.customer_class_id ;
362: Exception
363: when no_data_found then
364: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');