GENERAL_CONFIG_ATTACHMENT_LBLS 
Default Table Name  GENERAL_CONFIG_ATTACHMENT_LBLS 
Definition 
Name: GENERAL CONFIG ATTACHMENT LABELS  Description: This table contains the multiple language labels for attachments.
 

GENERAL_CONFIG_ATTACHMENT_LBLS Columns 
ColumnName  Domain  Datatype  NULL  Definition 
COMPANY_ID(PK)(FK)    VARCHAR2(10)  NO 
Name: Record Key  Description: The Company ID for this configuration record.
 
ATTACHMENT_TYPE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Attachment Type Code  Description: The unique code associated to attachment type.
 
COUNTRY_CD(PK)    VARCHAR2(2)  NO 
Name: Country  Description: The country code for the configuration labels.
 
LANGUAGE_CD(PK)    VARCHAR2(2)  NO 
Name: Language  Description: The language code for the configuration labels.
 
ATTACHMENT_TYPE_LBL    VARCHAR2(30)  NO 
Name: Attachment User Defined Code Label  Description: Label for the user-defined attachment type.
 
MODIFIED_BY    VARCHAR2(20)  NO 
 
ROWVERSION    NUMBER(10, 0)  NO 
 
TIME_STAMP    DATE  NO 
 

GENERAL_CONFIG_ATTACHMENT_LBLS Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_O235  PrimaryKey  COMPANY_ID, ATTACHMENT_TYPE_CD, COUNTRY_CD, LANGUAGE_CD 

GENERAL_CONFIG_ATTACHMENT_LBLS Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
COMPANY  Identifying  One To Zero or More  F00452      COMPANY_ID  NO  NO 
GENERAL_CONFIG_ATTACHMENT  Identifying  One To Zero or More  F00453      ATTACHMENT_TYPE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable