[Home] [Help]
[Dependency Information]
| Object Name: | PA_EVENT_TYPE_OUS_ALL# |
|---|---|
| Object Type: | VIEW |
| Owner: | PA |
| Subobject Name: | |
| Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EVENT_TYPE | VARCHAR2 | (30) | Yes | The implementation defined name that uniquely identified the event type |
| OUTPUT_VAT_TAX_ID | NUMBER | Indicates the vat tax id to be used for Customer Invoices | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column | |
| CREATED_BY | NUMBER | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard who column | |
| ORG_ID | NUMBER | Operating unit identifier for multi organization installation | ||
| OUTPUT_TAX_CLASSIFICATION_CODE | VARCHAR2 | (50) |
Cut, paste (and edit) the following text to query this object:
SELECT EVENT_TYPE
, OUTPUT_VAT_TAX_ID
, LAST_UPDATE_DATE
, CREATION_DATE
, LAST_UPDATED_BY
, CREATED_BY
, LAST_UPDATE_LOGIN
, ORG_ID
, OUTPUT_TAX_CLASSIFICATION_CODE
FROM PA.PA_EVENT_TYPE_OUS_ALL#;
PA
PA_EVENT_TYPE_OUS_ALL
APPS
PA_EVENT_TYPE_OUS
PA_EVENT_TYPE_OUS_ALL
|
|
|
|