AP_AWT_GROUPS

AP_AWT_GROUPS contains withholding tax groups. Each withholding tax group contains one or more withholding tax codes. This table corresponds to the Withholding Tax Groups window.

Details

  • Schema: FUSION

  • Object owner: AP

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

AP_AWT_GROUPS_PK

GROUP_ID

Columns

Name Datatype Length Precision Not-null Comments
GROUP_ID NUMBER 18 Yes Withholding Tax group identifier
NAME VARCHAR2 25 Yes Name of withholding tax group which groups more than one tax.
DESCRIPTION VARCHAR2 80 Description of withholding tax group
INACTIVE_DATE DATE Date from when the withholding tax group will not be available for transacting.
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.
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
exm_expense_reports ap_awt_groups AWT_GROUP_ID
exm_expenses ap_awt_groups AWT_GROUP_ID
ap_invoice_lines_all ap_awt_groups AWT_GROUP_ID
ap_invoice_lines_interface ap_awt_groups AWT_GROUP_ID
ap_awt_group_taxes_all ap_awt_groups GROUP_ID
ap_invoices_all ap_awt_groups AWT_GROUP_ID
ap_invoices_interface ap_awt_groups AWT_GROUP_ID
ap_invoice_distributions_all ap_awt_groups AWT_GROUP_ID
ap_invoice_distributions_all ap_awt_groups AWT_ORIGIN_GROUP_ID
ap_awt_temp_distributions_all ap_awt_groups GROUP_ID
ap_system_parameters_all ap_awt_groups DEFAULT_AWT_GROUP_ID

Indexes

Index Uniqueness Tablespace Columns
AP_AWT_GROUPS_U1 Unique AP_AWT_GROUPS_U1 GROUP_ID