DBA Data[Home] [Help]

APPS.OE_PC_CONSTRAINTS_ADMIN_PUB dependencies on AK_OBJECT_ATTRIBUTES_VL

Line 775: -- of column - NAME on AK_OBJECT_ATTRIBUTES_VL was increased

771: -----------------------------------------------------
772: IS
773: -- Fix bug#1349549:
774: -- Increased l_attribute_name length to 240 as length
775: -- of column - NAME on AK_OBJECT_ATTRIBUTES_VL was increased
776: l_attribute_name VARCHAR2(240);
777: l_reason VARCHAR2(2000);
778: i NUMBER := 0;
779: l_entity_code VARCHAR2(30);

Line 828: FROM ak_object_attributes_vl a

824: -- Bug 2721841, attribute_label_long is the translated
825: -- column and not the name column.
826: SELECT a.attribute_label_long
827: INTO l_attribute_name
828: FROM ak_object_attributes_vl a
829: WHERE column_name = l_column_name
830: AND database_object_name = p_database_object_name
831: AND attribute_application_id = p_application_id;
832: END IF;