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


TABLE: IGI.IGI_EXP_CANCELLATIONS

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
NUMBER_ID NUMBER
Yes Unique identifier of numbering sequence. Foreign key linked to the unique key on IGI_NUMBERING_ALL.
APPLICATION VARCHAR2 (1) Yes Application type code. Values are P for Payables and R for Receivables.
SEQ_NUM NUMBER
Yes Current number in sequence
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
TRANSACTION_DATE DATE

Transaction date
FISCAL_YEAR NUMBER

Fiscal year
CANCELLATION_DATE DATE

Cancellation date
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER

Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
PREFIX VARCHAR2 (100)
Numbering sequence prefix
SUFFIX VARCHAR2 (100)
Numbering sequence suffix
Query Text

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


SELECT NUMBER_ID
,      APPLICATION
,      SEQ_NUM
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      TRANSACTION_DATE
,      FISCAL_YEAR
,      CANCELLATION_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      PREFIX
,      SUFFIX
FROM IGI.IGI_EXP_CANCELLATIONS;

Dependencies

[top of page]

IGI.IGI_EXP_CANCELLATIONS does not reference any database object

IGI.IGI_EXP_CANCELLATIONS is referenced by following:

SchemaAPPS
SynonymIGI_EXP_CANCELLATIONS