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_

LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 Statement cycle identifier.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 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 Date when the statement is generated.
PRINTED VARCHAR2 1 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 Indicates the identifier of the business unit associated to the row.
OBJECT_VERSION_NUMBER NUMBER 9 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
AR_STATEMENT_CYCLE_DATESN1_ Non Unique Default STATEMENT_CYCLE_DATE_ID, LAST_UPDATE_DATE
AR_STATEMENT_CYCLE_DATES_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, STATEMENT_CYCLE_DATE_ID