[Home] [Help]
[Dependency Information]
| Object Name: | AR_TRX_TAX_L_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.AR_TRX_TAX_L_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TAX_PRINTED_NAME | VARCHAR2 | (60) | The name of this tax code as it appears on the printed invoice | |
| EVENT_ID | NUMBER | (15) | ||
| LINE_NUMBER | NUMBER | (15) | ||
| LANGUAGE | VARCHAR2 | (4) | ||
| LEDGER_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT TAX_PRINTED_NAME
, EVENT_ID
, LINE_NUMBER
, LANGUAGE
, LEDGER_ID
FROM APPS.AR_TRX_TAX_L_VL;
APPS
AR_VAT_TAX_ALL_TL
AR_XLA_LINES_EXTRACT
APPS.AR_TRX_TAX_L_VL is not referenced by any database object
|
|
|
|