DBA Data[Home] [Help]

APPS.OE_FND_ATTACHMENTS_PVT dependencies on OE_AK_OBJ_ATTR_EXT

Line 58: FROM oe_ak_obj_attr_ext o

54: l_database_object_name VARCHAR2(30) := 'OE_AK_ORDER_HEADERS_V';
55:
56: CURSOR c_attachment_attributes IS
57: sELECT o.attribute_code, akoa.column_name, aka.data_type
58: FROM oe_ak_obj_attr_ext o
59: , ak_object_attributes akoa
60: , ak_attributes aka
61: WHERE o.database_object_name = l_database_object_name
62: AND o.attachments_enabled_flag = 'Y'

Line 783: from oe_ak_obj_attr_ext

779: -- validate the entity
780: BEGIN
781: select data_object_code
782: into l_data_object
783: from oe_ak_obj_attr_ext
784: where database_object_name = p_database_object_name
785: and data_object_code is not null;
786: EXCEPTION
787: WHEN no_data_found THEN