DBA Data[Home] [Help]

APPS.OE_PC_CONSTRAINTS_ADMIN_PUB dependencies on AK_OBJECTS_VL

Line 809: from oe_ak_objects_ext o, ak_objects_vl a

805: IF p_on_operation_action = 0 THEN
806:
807: select o.entity_code, a.name
808: into l_entity_code, l_object_name
809: from oe_ak_objects_ext o, ak_objects_vl a
810: where o.database_object_name = p_database_object_name
811: and o.application_id = p_application_id
812: and a.database_object_name = o.database_object_name
813: and a.application_id = o.application_id;