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


TABLE: JA.JAI_CMN_RG_OTH_BALANCES

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


Stores the current balances for organization, location, register and tax type


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JAI_CMN_RG_OTH_BALANCES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORG_UNIT_ID
ColumnREGISTER_TYPE
ColumnTAX_TYPE
Columns
Name Datatype Length Mandatory Comments
ORG_UNIT_ID NUMBER (15) Yes Indicates the Org and Location combanation of ja_in_hr_organization_units
REGISTER_TYPE VARCHAR2 (30) Yes Register Type. Possible Values: PLA, RG23A, RG23C
TAX_TYPE VARCHAR2 (30) Yes Indicates the tax type
BALANCE NUMBER

Indicates the current balance for the unique key of this table
CREATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
LAST_UPDATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
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 ORG_UNIT_ID
,      REGISTER_TYPE
,      TAX_TYPE
,      BALANCE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM JA.JAI_CMN_RG_OTH_BALANCES;

Dependencies

[top of page]

JA.JAI_CMN_RG_OTH_BALANCES does not reference any database object

JA.JAI_CMN_RG_OTH_BALANCES is referenced by following:

SchemaAPPS
SynonymJAI_CMN_RG_OTH_BALANCES