PUBL 
Logical Entity Name  Publication 
Default Table Name  PUBL 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner  PUBL 
Definition 
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE PUBL.PUBL(
     PUBL_ID               NUMBER(38, 0)      NOT NULL,
     TITLE                 VARCHAR2(1000)     NOT NULL,
     STAT_ID               VARCHAR2(20),
     PUBL_TYPE_ID          VARCHAR2(20)       NOT NULL,
     PUBL_VOLUME           VARCHAR2(256),
     PUBL_PAGE             VARCHAR2(256),
     PUBL_ISSUE            VARCHAR2(256),
     PUBL_YEAR             CHAR(4)            NOT NULL,
     PUBL_MONTH            VARCHAR2(3),
     DOI                   VARCHAR2(2048),
     JOURNAL_ID            NUMBER(38, 0),
     CONF_ID               NUMBER(38, 0),
     PROCEED_ID            NUMBER(38, 0),
     BOOK_NAME             VARCHAR2(256),
     BOOK_PUB_NM           VARCHAR2(256),
     REPT_NBR              VARCHAR2(120),
     INST_ID               NUMBER(38, 0),
     INST_NM               VARCHAR2(120),
     DIST_THES_ADVISOR     VARCHAR2(120),
     CMNT                  VARCHAR2(2000),
     CREATE_DTE            DATE               DEFAULT sysdate NOT NULL,
     MOD_BY_UID            VARCHAR2(64)       NOT NULL,
     MOD_DATE              DATE               NOT NULL,
     SUB_BY_EMAIL_ADDR     VARCHAR2(75)       NOT NULL,
     OTHER_PUBL_NM         VARCHAR2(25),
     OTHER_PUBL_CMNT       VARCHAR2(2000),
     TBC_IND               CHAR(1)            DEFAULT 'N' NOT NULL,
     CONSTRAINT PK_PUBL PRIMARY KEY (PUBL_ID)
     USING INDEX
         LOGGING
)
LOGGING
NOPARALLEL
NOCACHE
NOCOMPRESS
;
 
PostSQL   

PUBL Columns 
ColumnName  Domain  Datatype  NULL  Definition 
PUBL_ID(PK)  Identifier  NUMBER(38, 0)  NO 
 
TITLE  Title  VARCHAR2(1000)  NO 
 
STAT_ID    VARCHAR2(20)  YES 
Status Identifer: Abbreviated idenfifer for the given status.
 
PUBL_TYPE_ID    VARCHAR2(20)  NO 
Category Identifier: Abbreviated identifier for the user category.
 
PUBL_VOLUME    VARCHAR2(256)  YES 
 
PUBL_PAGE    VARCHAR2(256)  YES 
 
PUBL_ISSUE    VARCHAR2(256)  YES 
 
PUBL_YEAR    CHAR(4)  NO 
 
PUBL_MONTH    VARCHAR2(3)  YES 
 
DOI  URL  VARCHAR2(2048)  YES 
Universal Resource Locator: The global address of documents and other resources on the web.
 
JOURNAL_ID  Identifier  NUMBER(38, 0)  YES 
 
CONF_ID  Identifier  NUMBER(38, 0)  YES 
 
PROCEED_ID  Identifier  NUMBER(38, 0)  YES 
 
BOOK_NAME  Name  VARCHAR2(256)  YES 
Name: A long description name usually accompanied by an abbreviated code.
 
BOOK_PUB_NM  Name  VARCHAR2(256)  YES 
Name: A long description name usually accompanied by an abbreviated code.
 
REPT_NBR    VARCHAR2(120)  YES 
 
INST_ID    NUMBER(38, 0)  YES 
Institute Identifer: Abbreviated identifier for a institute.
 
INST_NM  Name  VARCHAR2(120)  YES 
Name: A long description name usually accompanied by an abbreviated code.
 
DIST_THES_ADVISOR    VARCHAR2(120)  YES 
 
CMNT  Comment  VARCHAR2(2000)  YES 
Comment:  General comments.
 
CREATE_DTE  Date  DATE  NO 
Date: Date and time to seconds.
 
MOD_BY_UID  Mod By Uid  VARCHAR2(64)  NO 
Modified by Userid:  The database userid of the person who inserted or update a record in the table.
 
MOD_DATE  Modify Date  DATE  NO 
Modify Date: The date the entity values were were created or modified.
 
SUB_BY_EMAIL_ADDR  Email Addr  VARCHAR2(75)  NO 
Email Address:
 
OTHER_PUBL_NM    VARCHAR2(25)  YES 
 
OTHER_PUBL_CMNT  Comment  VARCHAR2(2000)  YES 
Comment:  General comments.
 
TBC_IND  Indicator  CHAR(1)  NO 
To Be Confimred Indicator: Used for some publications which are almost published, but the publisher does not allow citations or any reference before the paper is published officially ( like "Nature")
 

PUBL Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_PUBL  PrimaryKey  PUBL_ID 

PUBL Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 
PRPSL_PUBL_ASSC  Identifying  One To Zero or More  FK_PRPSL_PUBL_ASSC_TO_PUBL        NO  NO  NO 

PUBL Check Constraints 
Check Constraint Name  CheckConstraint 

PUBL Storage 
STORAGE OPTION  STORAGE VALUE 
TABLESPACE   
PctFree   
PCTUSED    
MinExtents   
MaxExtents   
Initial   
Next   
PctIncrease   
InitTrans   
MaxTrans   
Organization  Heap 
Cache  NO 
Logging   
Parallel  NO 
Parallel Degrees   
Parallel Instances   
FREELISTS   
FREELIST GROUPS   
Buffer Pool   
Table Compression  NO 
Compress Expression   
Row Movement  Disabled 

PUBL Partitions 
PARTITION PROPERTY  PARTITION PROPERTY VALUE 

PUBL Growth Metrics 
TABLE METRIC  TABLE METRIC VALUE 
Current Row Count 
Growth  Static 
Growth Type  N/A 
Growth Period  N/A 
Maximum Rows 
Average Row Size 

PUBL Object Permissions 

User/Role Name  Grantee Type  Permission Type  Action Type  Is Action Extended  Is System 
PUBL Security Types 
Name  Current Value 

PUBL Bound Attachments 
Name  Current Value 

PUBL Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
PUBL.Publication 
NO       
ALARM_MYSQL (MySQL)
Does Not Exist 
NO       
ALARM_ORACLE (Oracle)
Does Not Exist 
NO       
BICS (Oracle)
Does Not Exist 
NO       
BLM (Oracle)
Does Not Exist 
NO       
BYPASS_REQ (Oracle)
Does Not Exist 
NO       
CHAN_ARCH (Oracle)
Does Not Exist 
NO       
CNMS_PRPSL (Oracle)
Does Not Exist 
NO       
DIAG (Oracle)
Does Not Exist 
NO       
DIAG_MPS (Oracle)
Does Not Exist 
NO       
ENGA (Oracle)
Does Not Exist 
NO       
EPICS (Oracle)
Does Not Exist 
NO       
EQUIP (Oracle)
Does Not Exist 
NO       
EXPRESS (Oracle)
Does Not Exist 
NO       
ICS_SFTW_APPL (Oracle)
Does Not Exist 
NO       
INSTR (Oracle)
Does Not Exist 
NO       
Instrument Logbook (Oracle)
Does Not Exist 
NO       
INVT (Oracle)
Does Not Exist 
NO       
IONSRC (Oracle)
Does Not Exist 
NO       
IONSRC1 (Oracle)
Does Not Exist 
NO       
IPTSv5 (Oracle)
PRPSL.PUBL 
NO       
IRMISBase (Oracle)
Does Not Exist 
NO       
Logbook (Oracle)
Does Not Exist 
NO       
Magnet (Oracle)
Does Not Exist 
NO       
MPS (Oracle)
Does Not Exist 
NO       
NS_OPER (Oracle)
Does Not Exist 
NO       
OPER (Oracle)
Does Not Exist 
NO       
PART (Oracle)
Does Not Exist 
NO       
PRINT (Oracle)
Does Not Exist 
NO       
PROC (Oracle)
Does Not Exist 
NO       
PRPSL (Oracle)
PUBL.PUBL 
NO       
PUBL (Oracle)
PUBL.PUBL 
NO       
PUBL_V1 (Oracle)
Does Not Exist 
NO       
PV_LOGGER (Oracle)
Does Not Exist 
NO       
SCORE (Oracle)
Does Not Exist 
NO       
SICAT (Oracle)
Does Not Exist 
NO       
SMPL (Oracle)
Does Not Exist 
NO       
SMPLACT (Oracle)
Does Not Exist 
NO       
SURVEY (Oracle)
Does Not Exist 
NO       
Watchman (Oracle)
Does Not Exist 
NO       
XAL_OPTICS (Oracle)
Does Not Exist 
NO       
XF_ADMIN (Oracle)
Does Not Exist 
NO       

PUBL Where Used - Submodel Usage 
Model  Submodel Usage 
Logical  Main Model 
Logical  Integrated Proposal Tracking System 
Logical  Publication 
IPTSv5 (Oracle)  Main Model 
PRPSL (Oracle)  Main Model 
PUBL (Oracle)  Main Model 

PUBL Data Movement Rules 
Name  Type  Rule Text/Value