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


TABLE: AR.AR_CMGT_AUTO_RULES

Object Details
Object Name: AR_CMGT_AUTO_RULES
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_CMGT_AUTO_RULES
Subobject Name:
Status: VALID


The AR_CMGT_AUTO_RULES table stores rules about whether a credit review and credit decision may be accomplished without user intervention. The automation rule determines the credit limit to be automatically assigned based upon the credit scoring model result.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_CMGT_AUTO_RULES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAUTO_RULES_ID
AR_CMGT_AUTO_RULES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSCORE_MODEL_ID
ColumnSTART_DATE
ColumnSUBMIT_FLAG
Columns
Name Datatype Length Mandatory Comments
AUTO_RULES_ID NUMBER (15) Yes Unique identifier for automation rules.
SCORE_MODEL_ID NUMBER (15) Yes Unique identifier for a scoring model.
START_DATE DATE
Yes Start date of this rule.
END_DATE DATE

End date of this rule.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
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).
SUBMIT_FLAG VARCHAR2 (1) Yes Indicates the status of the scoring model, Y for Submitted and N for Saved.
Query Text

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


SELECT AUTO_RULES_ID
,      SCORE_MODEL_ID
,      START_DATE
,      END_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      SUBMIT_FLAG
FROM AR.AR_CMGT_AUTO_RULES;

Dependencies

[top of page]

AR.AR_CMGT_AUTO_RULES does not reference any database object

AR.AR_CMGT_AUTO_RULES is referenced by following:

SchemaAR
ViewAR_CMGT_AUTO_RULES#