DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on HZ_CUST_PROFILE_CLASSES

Line 397: FROM hz_cust_profile_classes cpc

393: ELSE
394: begin
395: SELECT 'Y'
396: INTO l_exists
397: FROM hz_cust_profile_classes cpc
398: WHERE profile_class_id = p_Item_Orderability_Import_Rec.customer_class_id ;
399: Exception
400: when no_data_found then
401: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');