AP_INCOME_TAX_REGIONS_
AP_INCOME_TAX_REGIONS contains information about the tax regions you use to record payment information for 1099 suppliers when your organization participates in the Combined Filing Program. AP_INCOME_TAX_REGIONS_ is the audit table for AP_INCOME_TAX_REGIONS.
Details
-
Schema: FUSION
-
Object owner: AP
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
AP_INCOME_TAX_REGIONS_PK_ |
LAST_UPDATE_DATE, LAST_UPDATED_BY, REGION_SHORT_NAME |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| REGION_SHORT_NAME | VARCHAR2 | 10 | Yes | Abbreviated income tax region name (identifies income tax region for 1099 supplier sites) | |
| REGION_LONG_NAME | VARCHAR2 | 240 | Full name of income tax region applicable for 1099 taxes. | ||
| REGION_CODE | NUMBER | 18 | Region code for income tax regions participating in the Combined Filing Program (CFP) | ||
| REPORTING_LIMIT | NUMBER | Minimum reporting amount for income tax region participating in the CFP | |||
| NUM_OF_PAYEES | NUMBER | Number of suppliers with 1099 payments for a tax region | |||
| CONTROL_TOTAL1 | NUMBER | Total of MISC1 payments for tax region | |||
| CONTROL_TOTAL2 | NUMBER | Total of MISC2 payments for tax region | |||
| CONTROL_TOTAL3 | NUMBER | Total of MISC3 payments for tax region | |||
| CONTROL_TOTAL4 | NUMBER | Total of MISC4 payments for tax region | |||
| CONTROL_TOTAL5 | NUMBER | Total of MISC5 payments for tax region | |||
| CONTROL_TOTAL6 | NUMBER | Total of MISC6 payments for tax region | |||
| CONTROL_TOTAL7 | NUMBER | Total of MISC7 payments for tax region | |||
| CONTROL_TOTAL8 | NUMBER | Total of MISC8 payments for tax region | |||
| CONTROL_TOTAL9 | NUMBER | Total of MISC9 payments for tax region | |||
| CONTROL_TOTAL10 | NUMBER | Total of MISC10 payments for tax region | |||
| ACTIVE_DATE | DATE | Date from when the income tax region is active. | |||
| INACTIVE_DATE | DATE | Date income tax region inactive | |||
| 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 | Who column: indicates the date and time of the creation of the row. | |||
| CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | ||
| REPORTING_LIMIT_METHOD_CODE | VARCHAR2 | 25 | Method for calculating reporting limit for region | ||
| CONTROL_TOTAL13 | NUMBER | Total of MISC13 payments for tax region | |||
| CONTROL_TOTAL14 | NUMBER | Total of MISC14 payments for tax region | |||
| CONTROL_TOTAL15A | NUMBER | Total of MISC15a payments for tax region | |||
| CONTROL_TOTAL15B | NUMBER | Total of MISC15b payments for tax region | |||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | 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. | ||
| SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | ||
| AUDIT_ACTION_TYPE_ | VARCHAR2 | 10 | Action Type - have values like INSERT, UPDATE and DELETE. | ||
| AUDIT_CHANGE_BIT_MAP_ | VARCHAR2 | 1000 | Used to store a bit map of 1s and 0s for each column in the table. | ||
| AUDIT_IMPERSONATOR_ | VARCHAR2 | 64 | Original Impersonator User. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| AP_INCOME_TAX_REGIONS_N1_ | Non Unique | Default | REGION_SHORT_NAME |
| AP_INCOME_TAX_REGIONS_U1_ | Unique | Default | LAST_UPDATE_DATE, LAST_UPDATED_BY, REGION_SHORT_NAME |
| AP_INCOME_TAX_REGIONS_U2_ | Unique | Default | LAST_UPDATE_DATE, LAST_UPDATED_BY, REGION_CODE |