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


TABLE: IEX.IEX_WRITEOFF_CONTRACTS

Object Details
Object Name: IEX_WRITEOFF_CONTRACTS
Object Type: TABLE
Owner: IEX
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:
Indexes
Index Type Uniqueness Tablespace Column
IEX_WRITEOFF_CONTRACTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWRITEOFF_CONTRACT_ID
Columns
Name Datatype Length Mandatory Comments
WRITEOFF_CONTRACT_ID NUMBER
Yes
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
SECURITY_GROUP_ID NUMBER

Subscriber id, for CRM Online Services use
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated 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).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
OBJECT_VERSION_NUMBER NUMBER
Yes Standard HTML front end column
REQUEST_ID NUMBER

Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER

Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
CONTRACT_ID NUMBER

Foreign key to the lcontract.(OKL)
OBJECT_CODE VARCHAR2 (240) Yes JTF_OBJECT code for the object assigne to the party.
OBJECT_ID NUMBER
Yes JTF_OBJECT ID of the object assigned to the party.
DISPOSITION_CODE VARCHAR2 (30)
Code of the lookup with the description.
DISP_REASON_CODE VARCHAR2 (30)
Code of the lookup with the description.
ACTIVE_YN VARCHAR2 (1)
If the record has been deleted.
DELINQUENCY_ID NUMBER

Foreign key to IEX_DELINQUENCIES_ALL
Query Text

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


SELECT WRITEOFF_CONTRACT_ID
,      LAST_UPDATE_DATE
,      SECURITY_GROUP_ID
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      PROGRAM_ID
,      OBJECT_VERSION_NUMBER
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_UPDATE_DATE
,      CONTRACT_ID
,      OBJECT_CODE
,      OBJECT_ID
,      DISPOSITION_CODE
,      DISP_REASON_CODE
,      ACTIVE_YN
,      DELINQUENCY_ID
FROM IEX.IEX_WRITEOFF_CONTRACTS;

Dependencies

[top of page]

IEX.IEX_WRITEOFF_CONTRACTS does not reference any database object

IEX.IEX_WRITEOFF_CONTRACTS is referenced by following:

SchemaAPPS
SynonymIEX_WRITEOFF_CONTRACTS