JG_ZZ_VAT_BOX_ALLOCS
Stores VAT box allocation information for tax and taxable amounts by period type. This information gets populated upon running the VAT box allocation concurrent program and this concurrent processing will be enabled only if allocations are enabled in reporting entities window
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
JG_ZZ_VAT_BOX_ALLOCS_PK |
VAT_BOX_ALLOCATION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
VAT_BOX_ALLOCATION_ID | NUMBER | 18 | Yes | Record identifier in the table. | |
VAT_TRANSACTION_ID | NUMBER | 18 | Yes | Identifier to VAT Tax Transaction. | |
ALLOCATION_RULE_ID | NUMBER | 18 | Identifier to VAT box allocation rule. | ||
PERIOD_TYPE | VARCHAR2 | 15 | Indicates the period type of the allocation | ||
TAX_RECOVERABLE_FLAG | VARCHAR2 | 1 | Not currently used | ||
SIGN_INDICATOR | NUMBER | 9 | Not currently used | ||
TAX_BOX | VARCHAR2 | 30 | Indicates the tax box allocated to transaction | ||
TAXABLE_BOX | VARCHAR2 | 30 | Indicates the taxable box allocated to the transaction | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
PROGRAM_APP_NAME | VARCHAR2 | 50 | Enhanced Who column | ||
PROGRAM_NAME | VARCHAR2 | 30 | Enhanced Who column | ||
PROGRAM_UPDATE_DATE | DATE | Enhanced Who column | |||
PROGRAM_LOGIN_ID | NUMBER | 18 | Enhanced Who column | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
JG_ZZ_VAT_BOX_ALLOCS | jg_zz_vat_trx_details | VAT_TRANSACTION_ID |
JG_ZZ_VAT_BOX_ALLOCS | jg_zz_vat_alloc_rules | ALLOCATION_RULE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
JG_ZZ_VAT_BOX_ALLOCS_U1 | Unique | Default | VAT_BOX_ALLOCATION_ID |
JG_ZZ_VAT_BOX_ALLOCS_U2 | Unique | Default | VAT_TRANSACTION_ID, ALLOCATION_RULE_ID |