AP_AWT_GROUP_TAXES_ALL

AP_AWT_GROUP_TAXES_ALL is the intersection table that belongs to a specific withholding tax group and refers to a specific withholding tax code. Its primary key is GROUP_ID and TAX_NAME. The same withholding tax code cannot belong to the same withholding tax group more than once.

Details

  • Schema: FUSION

  • Object owner: AP

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

AP_AWT_GROUP_TAXES_PK

GROUP_TAX_CODE_ID

Columns

Name Datatype Length Precision Not-null Comments
GROUP_ID NUMBER 18 Yes Withholding Tax group identifier
GROUP_TAX_CODE_ID NUMBER 18 Yes Automatic withholding tax group identifier
TAX_NAME VARCHAR2 15 Yes Name of the withholding tax that is part of the withholding tax group.
RANK NUMBER 18 Yes The order in which the withholding taxes are to be processed (this affects the amount basis for each progressive tax)
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.
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.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to 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
AP_AWT_GROUP_TAXES_ALL ap_awt_groups GROUP_ID

Indexes

Index Uniqueness Tablespace Columns
AP_AWT_GROUP_TAXES_ALL_U1 Unique Default GROUP_TAX_CODE_ID