AR_STATEMENT_CYCLE_DATES_ALL

The AR_STATEMENT_CYCLE_DATES_ALL table contains 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 when printing statements. Receivables creates one row in this table for each cycle date. The primary key for this table is STATEMENT_CYCLE_DATE_ID.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

AR_STATEMENT_CYCLE_DATES_PK

STATEMENT_CYCLE_DATE_ID

Columns

Name Datatype Length Precision Not-null Comments
STATEMENT_CYCLE_DATE_ID NUMBER Yes Identifier of statement cycle date
STATEMENT_CYCLE_ID NUMBER Yes Statement cycle identifier.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
STATEMENT_DATE DATE Yes Date when the statement is generated.
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 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_APPLICATION_ID NUMBER 18 Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER 18 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 18 Yes Indicates the identifier of the business unit associated to the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Foreign Keys

Table Foreign Table Foreign Key Column
AR_STATEMENT_CYCLE_DATES_ALL ar_statement_cycles STATEMENT_CYCLE_ID

Indexes

Index Uniqueness Tablespace Columns
AR_STATEMENT_CYCLE_DATES_U1 Unique Default STATEMENT_CYCLE_DATE_ID