[Home] [Help]
[Dependency Information]
Object Name: | AP_AWT_BUCKETS_ALL |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | 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 | Withholding tax name |
VENDOR_ID | NUMBER | (15) | Yes | Supplier unique identifier |
WITHHELD_AMOUNT_TO_DATE | NUMBER | Yes | Withholding tax amount to date | |
GROSS_AMOUNT_TO_DATE | NUMBER | Yes | Total amount subject to withholding tax within this bucket | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
PROGRAM_ID | NUMBER | (15) | 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 | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
ORG_ID | NUMBER | (15) | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_NAME
, TAX_NAME
, VENDOR_ID
, WITHHELD_AMOUNT_TO_DATE
, GROSS_AMOUNT_TO_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, PROGRAM_UPDATE_DATE
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, REQUEST_ID
, ORG_ID
FROM AP.AP_AWT_BUCKETS_ALL;
AP.AP_AWT_BUCKETS_ALL does not reference any database object
AP.AP_AWT_BUCKETS_ALL is referenced by following:
|
|
|