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


TABLE: AR.AR_CMGT_CHECK_LISTS

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


The AR_CMGT_CHECK_LISTS table stores information about your organization's credit policies. Each checklist defines what data points and requirements exist for different types of credit reviews. The credit reviews are defined by the intersection of the credit classification of the company under review and the type of review.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_CMGT_CHECK_LISTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHECK_LIST_ID
AR_CMGT_CHECK_LISTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCREDIT_CLASSIFICATION
ColumnREVIEW_TYPE
AR_CMGT_CHECK_LISTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHECK_LIST_NAME
AR_CMGT_CHECK_LISTS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSCORE_MODEL_ID
Columns
Name Datatype Length Mandatory Comments
CHECK_LIST_ID NUMBER (15) Yes Unique identifier for a checklist
CHECK_LIST_NAME VARCHAR2 (60) Yes Check list name
DESCRIPTION VARCHAR2 (240)
Ckeck list description
START_DATE DATE
Yes Start date for this checklist
END_DATE DATE

End date for this checklist
NOTES VARCHAR2 (2000)
Notes associated with this checklist
CREDIT_POLICY_STATEMENT VARCHAR2 (240)
Credit policy
CREDIT_CLASSIFICATION VARCHAR2 (30) Yes Credit classification
REVIEW_TYPE VARCHAR2 (30) Yes Review type
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 checklist, Y for Submitted and N for Saved
USER_DEFINED_FLAG VARCHAR2 (1)
Indicates if checklist contains any user defined data points, Y for Yes and N for No
SCORE_MODEL_ID NUMBER (15)
Identifier for scoring model
Query Text

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


SELECT CHECK_LIST_ID
,      CHECK_LIST_NAME
,      DESCRIPTION
,      START_DATE
,      END_DATE
,      NOTES
,      CREDIT_POLICY_STATEMENT
,      CREDIT_CLASSIFICATION
,      REVIEW_TYPE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      SUBMIT_FLAG
,      USER_DEFINED_FLAG
,      SCORE_MODEL_ID
FROM AR.AR_CMGT_CHECK_LISTS;

Dependencies

[top of page]

AR.AR_CMGT_CHECK_LISTS does not reference any database object

AR.AR_CMGT_CHECK_LISTS is referenced by following:

SchemaAPPS
SynonymAR_CMGT_CHECK_LISTS