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


TABLE: IEX.IEX_CU_STS_RL_LINES

Object Details
Object Name: IEX_CU_STS_RL_LINES
Object Type: TABLE
Owner: IEX
Subobject Name:
Status: VALID


Stores details on Customer Status Rules.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEX_CU_STS_RL_LINES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSTATUS_RULE_LINE_ID
IEX_CU_STS_RL_LINES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnSTATUS_RULE_ID
ColumnDELINQUENCY_STATUS
Columns
Name Datatype Length Mandatory Comments
STATUS_RULE_LINE_ID NUMBER

Table primary key. Sequence.
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).
STATUS_RULE_ID NUMBER

Foreign key to IEX_CUST_STATUS_RULES
DELINQUENCY_STATUS VARCHAR2 (30)
Delinquency status.
PRIORITY NUMBER

What is the priority of the status described on the DELINQUENCY_STATUS column.
ENABLED_FLAG VARCHAR2 (1)
Is this line enabled?
Query Text

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


SELECT STATUS_RULE_LINE_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
,      STATUS_RULE_ID
,      DELINQUENCY_STATUS
,      PRIORITY
,      ENABLED_FLAG
FROM IEX.IEX_CU_STS_RL_LINES;

Dependencies

[top of page]

IEX.IEX_CU_STS_RL_LINES does not reference any database object

IEX.IEX_CU_STS_RL_LINES is referenced by following:

SchemaAPPS
SynonymIEX_CU_STS_RL_LINES