[Home] [Help]
[Dependency Information]
| Object Name: | PA_EVENT_OUTPUT_TAX |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_EVENT_OUTPUT_TAX
|
| 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 | (240) | 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;
APPS
PA_EVENTS
PA_EVENT_TYPE_OUS
ZX_OUTPUT_CLASSIFICATIONS_V
APPS
ZX_AR_TAX_CLASSIFICATN_DEF_PKG
- show dependent code
|
|
|
|