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


TABLE: IGI.IGI_EXP_NUM_SCHEMES_ALL

Object Details
Object Name: IGI_EXP_NUM_SCHEMES_ALL
Object Type: TABLE
Owner: IGI
FND Design Data: TableIGI.IGI_EXP_NUM_SCHEMES_ALL
Subobject Name:
Status: VALID


IGI_EXP_NUM_SCHEMES_ALL stores the details of the numbering schemes used for Exchange Protocol numbering. This table is populated by the Exchange Protocol Numbering Setup form.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGI_EXP_NUM_SCHEMES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNUM_SCHEME_ID
IGI_EXP_NUM_SCHEMES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNUMBERING_TYPE
ColumnNUMBERING_CLASS
ColumnDU_TU_TYPE_ID
ColumnFISCAL_YEAR
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
NUM_SCHEME_ID NUMBER
Yes Sequence generated unique identifier for the numbering scheme
NUMBERING_TYPE VARCHAR2 (2) Yes Indicates whether the numbering scheme is for Dialog Units or Transmission Units
NUMBERING_CLASS VARCHAR2 (1) Yes Indicates whether the numbering scheme is for Order Numbering or Legal Numbering
DU_TU_TYPE_ID NUMBER
Yes Dialog Unit or Transmission Unit Type Identifier used for the numbering scheme
PREFIX VARCHAR2 (100)
Prefix for the number generated in the numbering scheme
SUFFIX VARCHAR2 (100)
Suffix for the number generated in the numbering scheme
FISCAL_YEAR NUMBER (4) Yes Fiscal Year of the numbering scheme
NEXT_SEQ_VAL NUMBER
Yes Next Sequence Value for the Numbering Scheme
ORG_ID NUMBER (15)
Organization identifier
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
Query Text

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


SELECT NUM_SCHEME_ID
,      NUMBERING_TYPE
,      NUMBERING_CLASS
,      DU_TU_TYPE_ID
,      PREFIX
,      SUFFIX
,      FISCAL_YEAR
,      NEXT_SEQ_VAL
,      ORG_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM IGI.IGI_EXP_NUM_SCHEMES_ALL;

Dependencies

[top of page]

IGI.IGI_EXP_NUM_SCHEMES_ALL does not reference any database object

IGI.IGI_EXP_NUM_SCHEMES_ALL is referenced by following:

SchemaAPPS
SynonymIGI_EXP_NUM_SCHEMES
SynonymIGI_EXP_NUM_SCHEMES_ALL