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


TABLE: JA.JAI_AP_TOL_SETUPS_ALL

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


This table stores the tolerance setup by organization.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JAI_AP_TOL_SETUPS_ALL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
TOLERANCE_POS_PERCENT NUMBER

Tolerance percentage on the positive side.
TOLERANCE_NEG_PERCENT NUMBER

Tolerance percentage on the negative side.
TOLERANCE_POS_AMT NUMBER

Tolerance amount positive.
TOLERANCE_NEG_AMT NUMBER

Tolerance amount negative.
TOLERANCE_CHARGE_ACCOUNT_ID NUMBER (15)
GL Account to which the Rounding amount should be debited/credited.
TOLERANCE_FLAG VARCHAR2 (1)
Indicates which type of tolerance is setup. P -> Percentage, A->Amount, B -> Both.
ORG_ID NUMBER (15) Yes Operating unit identifier.
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
OBJECT_VERSION_NUMBER NUMBER

Object version Number
Query Text

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


SELECT TOLERANCE_POS_PERCENT
,      TOLERANCE_NEG_PERCENT
,      TOLERANCE_POS_AMT
,      TOLERANCE_NEG_AMT
,      TOLERANCE_CHARGE_ACCOUNT_ID
,      TOLERANCE_FLAG
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM JA.JAI_AP_TOL_SETUPS_ALL;

Dependencies

[top of page]

JA.JAI_AP_TOL_SETUPS_ALL does not reference any database object

JA.JAI_AP_TOL_SETUPS_ALL is referenced by following:

SchemaAPPS
SynonymJAI_AP_TOL_SETUPS_ALL