[Home] [Help]
[Dependency Information]
Object Name: | AP_AWT_BUCKETS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VENDOR_NAME | VARCHAR2 | (240) | Supplier name | |
SEGMENT1 | VARCHAR2 | (30) | Yes | Supplier number |
PERIOD_NAME | VARCHAR2 | (15) | Yes | |
TAX_NAME | VARCHAR2 | (15) | Yes | |
VENDOR_ID | NUMBER | (15) | Yes | |
WITHHELD_AMOUNT_TO_DATE | NUMBER | Yes | ||
GROSS_AMOUNT_TO_DATE | NUMBER | Yes | ||
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 VENDOR_NAME
, SEGMENT1
, 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 APPS.AP_AWT_BUCKETS_V;
APPS.AP_AWT_BUCKETS_V is not referenced by any database object
|
|
|