How does CIKEY value get generated for CUBE_INSTANCE
831084Feb 2 2011 — edited Feb 27 2020Hi. I have been trying to find how the CIKEY value is generated in CUBE_INSTANCE.
From v$sql I can see the SQL:
INSERT INTO cube_instance( cikey, domain_ref, process_id, revision_tag, creation_date, creator, modify_date, modifier, state, priority, title, status, stage, conversation_id, scope_revision, scope_csize, scope_usize, process_guid, process_type, metadata, root_id, parent_id, test_run_id, at_count_id, at_event_id, at_detail_id ) VALUES ( :1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26 )
I cannot find the code that submits this statement. I have looked at for DB sequences, package bodies, SOA Suite file system but cannot find it.
Is it built dynamically? In a java class somewhere?
Anyone know?
Thanks