DBA Data[Home] [Help] [Dependency Information]


TABLE: JA.JAI_RGM_DIS_DES_TAXES

Object Details
Object Name: JAI_RGM_DIS_DES_TAXES
Object Type: TABLE
Owner: JA
FND Design Data: TableJA.JAI_RGM_DIS_DES_TAXES
Subobject Name:
Status: VALID


This table has the details of the destination taxes and transfer amounts.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JAI_RGM_DIS_DES_TAXES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSFER_DESTINATION_LINE_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

JA.JAI_RGM_DIS_DES_TAXES does not reference any database object

JA.JAI_RGM_DIS_DES_TAXES is referenced by following:

SchemaAPPS
SynonymJAI_RGM_DIS_DES_TAXES