[Home] [Help]
[Dependency Information]
| Object Name: | PA_OUTPUT_TAX_CODE_SETUP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_OUTPUT_TAX_CODE_SETUP_V
|
| 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 |
|---|---|---|---|---|
| TAX_NAME | VARCHAR2 | (240) | External name for this tax code | |
| TAX_CODE | VARCHAR2 | (50) | Yes | Tax code associated with a rate |
| ORG_ID | NUMBER | Yes | Org Id associated with Tax code |
Cut, paste (and edit) the following text to query this object:
SELECT TAX_NAME
, TAX_CODE
, ORG_ID
FROM APPS.PA_OUTPUT_TAX_CODE_SETUP_V;
APPS
PA_OUTPUT_TAX_CODE_TXN_V
APPS
PA_PROJECT_PUB
- show dependent code
|
|
|
|