[Home] [Help]
[Dependency Information]
| Object Name: | JAI_RGM_DIS_DES_TAXES |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| FND Design Data: | JA.JAI_RGM_DIS_DES_TAXES
|
| Subobject Name: | |
| Status: | VALID |
This table has the details of the destination taxes and transfer amounts.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JAI_RGM_DIS_DES_TAXES_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TRANSFER_DESTINATION_LINE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRANSFER_SOURCE_ID | NUMBER | Internal Identifier of the Transfer transaction. | ||
| TRANSFER_DESTINATION_ID | NUMBER | Internal Identifier of the destination organization record which is the transfer recepient. | ||
| TRANSFER_DESTINATION_LINE_ID | NUMBER | Yes | Unique identifier that identifies each tax that is being received. | |
| TAX_TYPE | VARCHAR2 | (30) | A String that indicates tax type to which the amount is received. | |
| DEBIT_BALANCE | NUMBER | The debit balance before the transaction was done for the tax type for the organization and (or) location combination | ||
| CREDIT_BALANCE | NUMBER | The credit balance before the transaction was done for the tax type for the organization and (or) location combination | ||
| TRANSFER_AMOUNT | NUMBER | The Amount to transfer for this tax type. | ||
| CREATION_DATE | DATE | Standard Who column | ||
| CREATED_BY | NUMBER | Standard Who column | ||
| LAST_UPDATE_DATE | DATE | Standard Who column | ||
| LAST_UPDATED_BY | NUMBER | Standard Who column | ||
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Object Version Number. |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSFER_SOURCE_ID
, TRANSFER_DESTINATION_ID
, TRANSFER_DESTINATION_LINE_ID
, TAX_TYPE
, DEBIT_BALANCE
, CREDIT_BALANCE
, TRANSFER_AMOUNT
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
FROM JA.JAI_RGM_DIS_DES_TAXES;
JA.JAI_RGM_DIS_DES_TAXES does not reference any database object
JA.JAI_RGM_DIS_DES_TAXES is referenced by following:
APPS
JAI_RGM_DIS_DES_TAXES
|
|
|
|