[Home] [Help]
[Dependency Information]
| Object Name: | PA_EXPEND_OUTPUT_TAX |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_EXPEND_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 |
|---|---|---|---|---|
| EXPENDITURE_ITEM_ID | NUMBER | (15) | Yes | The system generated number that uniquely identifies the expenditures |
| TAX_CODE | VARCHAR2 | (50) | Output Tax Code associated with the expenditure type | |
| TAX_NAME | VARCHAR2 | (240) | Output tax name associated with expenditure type | |
| ORG_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT EXPENDITURE_ITEM_ID
, TAX_CODE
, TAX_NAME
, ORG_ID
FROM APPS.PA_EXPEND_OUTPUT_TAX;
APPS
PA_EXPENDITURE_ITEMS
PA_EXPENDITURE_TYPE_OUS_ALL
ZX_OUTPUT_CLASSIFICATIONS_V
APPS.PA_EXPEND_OUTPUT_TAX is not referenced by any database object
|
|
|
|