[Home] [Help]
[Dependency Information]
| Object Name: | AR_CREDIT_MEMO_AMOUNTS |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.AR_CREDIT_MEMO_AMOUNTS
|
| Subobject Name: | |
| Status: | VALID |
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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AR_CREDIT_MEMO_AMOUNTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CREDIT_MEMO_AMOUNT_ID
|
| AR_CREDIT_MEMO_AMOUNTS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CUSTOMER_TRX_LINE_ID
GL_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CREDIT_MEMO_AMOUNT_ID | NUMBER | (15) | Yes | Unique identifier |
| 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). | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CUSTOMER_TRX_LINE_ID | NUMBER | (15) | Yes | Unique identifier for the credit memo line |
| GL_DATE | DATE | Yes | General Ledger date | |
| AMOUNT | NUMBER | Yes | Amount of revenue to be recognized on this General Ledger date | |
| 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). | |
| 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). |
Cut, paste (and edit) the following text to query this object:
SELECT CREDIT_MEMO_AMOUNT_ID
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, CUSTOMER_TRX_LINE_ID
, GL_DATE
, AMOUNT
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, REQUEST_ID
FROM AR.AR_CREDIT_MEMO_AMOUNTS;
AR.AR_CREDIT_MEMO_AMOUNTS does not reference any database object
AR.AR_CREDIT_MEMO_AMOUNTS is referenced by following:
APPS
AR_CREDIT_MEMO_AMOUNTS
|
|
|
|