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


TABLE: JA.JAI_RGM_DIS_SRC_HDRS

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


This table has the details of the source organization from where distribution transaction is done.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JAI_RGM_DIS_SRC_HDRS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSFER_ID
Columns
Name Datatype Length Mandatory Comments
TRANSFER_ID NUMBER
Yes Internal Idenfier that uniquely identifies a distribution transaction.
PARTY_ID NUMBER

It has either the Inventory Organization Identifier or Operating Unit Id
PARTY_TYPE VARCHAR2 (30)
It has Values "IO" for Inventory Organizations or "OU" ForOperating Units
LOCATION_ID NUMBER

It has the Location Identifier for an inventory Organization Id
TRANSFER_NUMBER VARCHAR2 (20)
A Number which assigned for the distribution transaction.
TRANSACTION_DATE DATE

The Date on which distribution transaction is done.
SETTLEMENT_ID NUMBER

In case the distribution transaction is called internally from settlement transaction, it has the value of the settlement identifier.
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.
SERVICE_TYPE_CODE VARCHAR2 (30)
Indicates the service type code for the service tax distribution
TRANSFER_TYPE VARCHAR2 (20)
Indicates the type of transfer - Possible values are 'E-S','S-S','S-E'
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TRANSFER_ID
,      PARTY_ID
,      PARTY_TYPE
,      LOCATION_ID
,      TRANSFER_NUMBER
,      TRANSACTION_DATE
,      SETTLEMENT_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SERVICE_TYPE_CODE
,      TRANSFER_TYPE
FROM JA.JAI_RGM_DIS_SRC_HDRS;

Dependencies

[top of page]

JA.JAI_RGM_DIS_SRC_HDRS does not reference any database object

JA.JAI_RGM_DIS_SRC_HDRS is referenced by following:

SchemaAPPS
SynonymJAI_RGM_DIS_SRC_HDRS