AR_CREDIT_MEMO_AMOUNTS
The AR_CREDIT_MEMO_AMOUNTS table stores the amount of revenue reduction that is recognized when you apply a credit memo. The table also stores the corresponding General Ledger date. For example, you initially recognize revenue of one million. If you create a credit memo today of twenty thousand as a reserve against returns, this table stores 20000 in the AMOUNT column and today's date in the GL_DATE column. . The primary key for this table is CREDIT_MEMO_AMOUNT_ID.
Details
-
Schema: FUSION
-
Object owner: AR
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
AR_CREDIT_MEMO_AMOUNTS_PK |
CREDIT_MEMO_AMOUNT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CREDIT_MEMO_AMOUNT_ID | NUMBER | 18 | Yes | Primary key for table AR_CREDIT_MEMO_AMOUNTS. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CUSTOMER_TRX_LINE_ID | NUMBER | 18 | Yes | Unique identifier for the credit memo line | |
| GL_DATE | DATE | Yes | Accounting date. | ||
| AMOUNT | NUMBER | Yes | Amount of revenue to be recognized on this General Ledger date | ||
| 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). | ||
| 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. | ||
| 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_CREDIT_MEMO_AMOUNTS | ra_customer_trx_lines_all | CUSTOMER_TRX_LINE_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| AR_CREDIT_MEMO_AMOUNTS_U2 | Unique | CUSTOMER_TRX_LINE_ID, GL_DATE |
| AR_CREDIT_MEMO_AMOUNTS_U1 | Unique | CREDIT_MEMO_AMOUNT_ID |