[Home] [Help]
[Dependency Information]
| Object Name: | RA_ITEM_EXCEPTION_RATES |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.RA_ITEM_EXCEPTION_RATES
|
| Subobject Name: | |
| Status: | VALID |
The RA_ITEM_EXCEPTION_RATES table stores the tax rate that Oracle Receivables uses to calculate tax for specific items that are shipped to a specific location. The tax rate stored here normally overrides the location-based tax that is defined during tax setup.
.
The primary key for this table is ITEM_EXCEPTION_RATE_ID.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| RA_ITEM_EXCEPTION_RATES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ITEM_EXCEPTION_RATE_ID
|
| RA_ITEM_EXCEPTION_RATES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ITEM_ID
LOCATION_ID_SEGMENT_1
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ITEM_EXCEPTION_RATE_ID | NUMBER | (15) | Yes | Unique identifier of the exception rate |
| 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_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| 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. | |
| ITEM_ID | NUMBER | Yes | Unique identifier of the item for which the exception rate was created | |
| RATE_CONTEXT | VARCHAR2 | (30) | Yes | Location structure identifier. Internal ID that applies to the tax rate descriptive flexfield. |
| LOCATION1_RATE | NUMBER | Internal location ID for the 1st segment of the tax rate flexfield | ||
| LOCATION2_RATE | NUMBER | Internal location ID for the 2nd segment of the tax rate flexfield | ||
| LOCATION3_RATE | NUMBER | Internal location ID for the 3rd segment of the tax rate flexfield | ||
| LOCATION4_RATE | NUMBER | Internal location ID for the 4th segment of the tax rate flexfield | ||
| LOCATION5_RATE | NUMBER | Internal location ID for the 5th segment of the tax rate flexfield | ||
| LOCATION6_RATE | NUMBER | Internal location ID for the 6th segment of the tax rate flexfield | ||
| LOCATION7_RATE | NUMBER | Internal location ID for the 7th segment of the tax rate flexfield | ||
| LOCATION8_RATE | NUMBER | Internal location ID for the 8th segment of the tax rate flexfield | ||
| LOCATION9_RATE | NUMBER | Internal location ID for the 9th segment of the tax rate flexfield | ||
| LOCATION10_RATE | NUMBER | Internal location ID for the 10th segment of the tax rate flexfield | ||
| REASON_CODE | VARCHAR2 | (30) | Yes | Reason for this exception |
| START_DATE | DATE | Yes | First date that this exception is effective | |
| END_DATE | DATE | Last date that this exception is effective | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield structure definition column. | |
| ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| LOCATION_CONTEXT | VARCHAR2 | (30) | Yes | This column stores the structure number for the descriptive flexfield |
| LOCATION_ID_SEGMENT_1 | NUMBER | (15) | Internal location ID for the 1st segment of the Location Flexfield | |
| LOCATION_ID_SEGMENT_2 | NUMBER | (15) | Internal location ID for the 2nd segment of the Location Flexfield | |
| LOCATION_ID_SEGMENT_3 | NUMBER | (15) | Internal location ID for the 3rd segment of the Location Flexfield | |
| LOCATION_ID_SEGMENT_4 | NUMBER | (15) | Internal location ID for the 4th segment of the Location Flexfield | |
| LOCATION_ID_SEGMENT_5 | NUMBER | (15) | Internal location ID for the 5th segment of the Location Flexfield | |
| LOCATION_ID_SEGMENT_6 | NUMBER | (15) | Internal location ID for the 6th segment of the Location Flexfield | |
| LOCATION_ID_SEGMENT_7 | NUMBER | (15) | Internal location ID for the 7th segment of the Location Flexfield | |
| LOCATION_ID_SEGMENT_8 | NUMBER | (15) | Internal location ID for the 8th segment of the Location Flexfield | |
| LOCATION_ID_SEGMENT_9 | NUMBER | (15) | Internal location ID for the 9th segment of the Location Flexfield | |
| LOCATION_ID_SEGMENT_10 | NUMBER | (15) | Internal location ID for the 10th segment of the Location Flexfield |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_EXCEPTION_RATE_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, ITEM_ID
, RATE_CONTEXT
, LOCATION1_RATE
, LOCATION2_RATE
, LOCATION3_RATE
, LOCATION4_RATE
, LOCATION5_RATE
, LOCATION6_RATE
, LOCATION7_RATE
, LOCATION8_RATE
, LOCATION9_RATE
, LOCATION10_RATE
, REASON_CODE
, START_DATE
, END_DATE
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, LOCATION_CONTEXT
, LOCATION_ID_SEGMENT_1
, LOCATION_ID_SEGMENT_2
, LOCATION_ID_SEGMENT_3
, LOCATION_ID_SEGMENT_4
, LOCATION_ID_SEGMENT_5
, LOCATION_ID_SEGMENT_6
, LOCATION_ID_SEGMENT_7
, LOCATION_ID_SEGMENT_8
, LOCATION_ID_SEGMENT_9
, LOCATION_ID_SEGMENT_10
FROM AR.RA_ITEM_EXCEPTION_RATES;
AR.RA_ITEM_EXCEPTION_RATES does not reference any database object
AR.RA_ITEM_EXCEPTION_RATES is referenced by following:
APPS
RA_ITEM_EXCEPTION_RATES
|
|
|
|