[Home] [Help]
[Dependency Information]
Object Name: | PA_EVENT_OUTPUT_TAX |
---|---|
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 |
---|---|---|---|---|
EVENT_ID | NUMBER | Yes | The system generated number that uniquely identifies the event | |
TAX_CODE | VARCHAR2 | (50) | Output Tax Code associated with the expenditure type | |
TAX_NAME | VARCHAR2 | (80) | Yes | Output tax name associated with expenditure type |
Cut, paste (and edit) the following text to query this object:
SELECT EVENT_ID
, TAX_CODE
, TAX_NAME
FROM APPS.PA_EVENT_OUTPUT_TAX;
|
|
|