DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_CO_LTR_PARAM

Object Details
Object Name: IGS_CO_LTR_PARAM
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_CO_LTR_PARAM
Subobject Name:
Status: VALID


IGS_CO_LTR_PARAM describes system-defined parameters to be merged with the defined template to produce correspondence.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_CO_LTR_PARAM_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCORRESPONDENCE_TYPE
ColumnLETTER_REFERENCE_NUMBER
ColumnLETTER_ORDER_NUMBER
IGS_CO_LTR_PARAM_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLETTER_PARAMETER_TYPE
Columns
Name Datatype Length Mandatory Comments
CORRESPONDENCE_TYPE VARCHAR2 (10) Yes This is a code for the type of correspondence.
LETTER_REFERENCE_NUMBER NUMBER (10) Yes The unique identifier for a system letter.
LETTER_PARAMETER_TYPE VARCHAR2 (10) Yes Contains the unique institution defined parameter type code that can be merged with letter templates
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LETTER_ORDER_NUMBER NUMBER (3) Yes This adds order number of the parameter of the letter.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CORRESPONDENCE_TYPE
,      LETTER_REFERENCE_NUMBER
,      LETTER_PARAMETER_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LETTER_ORDER_NUMBER
FROM IGS.IGS_CO_LTR_PARAM;

Dependencies

[top of page]

IGS.IGS_CO_LTR_PARAM does not reference any database object

IGS.IGS_CO_LTR_PARAM is referenced by following:

SchemaAPPS
SynonymIGS_CO_LTR_PARAM