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


TABLE: AR.AR_STATEMENT_CYCLE_DATES_ALL

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


The AR_STATEMENT_CYCLE_DATES_ALL table stores the dates that you specify for a statement cycle to automatically generate statements for all customers who are assigned to this statement cycle.
.
Statement cycle dates display as list of values choices in the Print Statements window. Receivables creates one row in this table for each date that you enter. The AR_STATEMENT_CYCLES table contains general information about each statement cycle.
.
The primary key for this table is STATEMENT_CYCLE_DATE_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_STATEMENT_CYCLE_DATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTATEMENT_CYCLE_DATE_ID
Columns
Name Datatype Length Mandatory Comments
STATEMENT_CYCLE_DATE_ID NUMBER
Yes Identifier of statement cycle date
STATEMENT_CYCLE_ID NUMBER
Yes Identifier of statement cycle
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).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
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).
STATEMENT_DATE DATE
Yes Date of statement generation
PRINTED VARCHAR2 (1) Yes Determines if the statement date is displayed as a list of values choice in the Print Statements window
PRINT_DATE DATE

Date when the statement was printed, can be null
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
REQUEST_ID NUMBER (15)
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 (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_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).
ORG_ID NUMBER (15)
Organization identifier
Query Text

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


SELECT STATEMENT_CYCLE_DATE_ID
,      STATEMENT_CYCLE_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      STATEMENT_DATE
,      PRINTED
,      PRINT_DATE
,      PROGRAM_UPDATE_DATE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      ORG_ID
FROM AR.AR_STATEMENT_CYCLE_DATES_ALL;

Dependencies

[top of page]

AR.AR_STATEMENT_CYCLE_DATES_ALL does not reference any database object

AR.AR_STATEMENT_CYCLE_DATES_ALL is referenced by following:

SchemaAR
ViewAR_STATEMENT_CYCLE_DATES_ALL#