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 829: FROM ak_object_attributes_vl a

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