[Home] [Help]
[Dependency Information]
Object Name: | AR_GTA_GT_LINES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Row Identifier | |
GTA_TRX_LINE_ID | NUMBER | (15) | Yes | Invoice line identifier |
NUM | VARCHAR2 | (30) | Yes | Invoice line number |
ITEM_NAME | VARCHAR2 | (240) | Yes | item description which will transfer to Golden Tax |
MODEL | VARCHAR2 | (240) | item model which will transfer to Golden Tax | |
UOM | VARCHAR2 | (30) | Unit of measure | |
QUANTITY | NUMBER | quantity billed | ||
UNIT_PRICE | NUMBER | price without tax | ||
AMOUNT | NUMBER | amount without tax | ||
TAX_RATE | NUMBER | Yes | all VAT type tax lines | |
TAX_AMOUNT | NUMBER | amount with tax | ||
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (22) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (22) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
REQUEST_ID | NUMBER | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | ||
PROGRAM_APPLICATION_ID | NUMBER | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | ||
PROGRAM_ID | NUMBER | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | ||
PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
GTA_TRX_HEADER_ID | NUMBER | (15) | Yes | Invoice identifier |
ORG_ID | NUMBER | (15) | Yes | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, GTA_TRX_LINE_ID
, NUM
, ITEM_NAME
, MODEL
, UOM
, QUANTITY
, UNIT_PRICE
, AMOUNT
, TAX_RATE
, TAX_AMOUNT
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, GTA_TRX_HEADER_ID
, ORG_ID
FROM APPS.AR_GTA_GT_LINES_V;
APPS.AR_GTA_GT_LINES_V is not referenced by any database object
|
|
|