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


TABLE: JG.JG_ZZ_VAT_BOX_ERRORS

Object Details
Object Name: JG_ZZ_VAT_BOX_ERRORS
Object Type: TABLE
Owner: JG
FND Design Data: TableJG.JG_ZZ_VAT_BOX_ERRORS
Subobject Name:
Status: VALID


Stores the errors that are generated during VAT box allocation processing. These errors will be flushed out when allocation processing is run again and error no more exists. This is a temporary table that stores the allocation errors


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JG_ZZ_VAT_BOX_ERRORS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnVAT_TRANSACTION_ID
ColumnPERIOD_TYPE
ColumnALLOCATION_ERROR_CODE
Columns
Name Datatype Length Mandatory Comments
VAT_TRANSACTION_ID NUMBER (15) Yes Indicates the VAT tax transaction.
ALLOCATION_ERROR_CODE VARCHAR2 (30) Yes Error identifier of the transaction when allocation failed
PERIOD_TYPE VARCHAR2 (15) Yes Indicates the period type of the allocation
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT VAT_TRANSACTION_ID
,      ALLOCATION_ERROR_CODE
,      PERIOD_TYPE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM JG.JG_ZZ_VAT_BOX_ERRORS;

Dependencies

[top of page]

JG.JG_ZZ_VAT_BOX_ERRORS does not reference any database object

JG.JG_ZZ_VAT_BOX_ERRORS is referenced by following:

SchemaAPPS
SynonymJG_ZZ_VAT_BOX_ERRORS