AP_AWT_BUCKETS_ALL

AP_AWT_BUCKETS_ALL contains the denormalized amount of tax withheld to date for a particular supplier site and a specific withholding tax code within each period. The periods are determined by the period type assigned to the withholding tax code. There will not be a row in this table if there is no withholding tax for this supplier site.

Details

  • Schema: FUSION

  • Object owner: AP

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Columns

Name Datatype Length Precision Not-null Comments
PERIOD_NAME VARCHAR2 15 Yes Foreign key to AP_OTHER_PERIODS (along with application_ id = 200 and module = AWT), UID
TAX_NAME VARCHAR2 15 Yes Name identifying the withholding tax
VENDOR_ID NUMBER 18 Yes Unique supplier identifier from the supplier tables.
WITHHELD_AMOUNT_TO_DATE NUMBER Yes Total withholding tax amount withheld for a supplier for given period for given tax code.
GROSS_AMOUNT_TO_DATE NUMBER Yes Total amount subject to withholding tax within this bucket
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.
PROGRAM_UPDATE_DATE DATE Concurrent Program who column - date when a program last updated this row).
PROGRAM_APPLICATION_ID NUMBER 18 Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER 18 Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated 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.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
AP_AWT_BUCKETS_ALL_U1 Unique Default PERIOD_NAME, TAX_NAME, VENDOR_ID, ORG_ID