[Home] [Help]
[Dependency Information]
Object Name: | PA_XLA_BILL_EVENT_ORG_REF_V |
---|---|
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 |
---|---|---|---|---|
BILL_EVENT_ORG_ID | NUMBER | (15) | Yes | System-generated primary key column. |
BILL_EVENT_ORGANIZATION | VARCHAR2 | (240) | Yes | Name of the organization. |
BILL_EVENT_ORG_COMPANY | VARCHAR2 | (150) | Developer descriptive flexfield column. | |
BILL_EVENT_ORG_COST_CENTER | VARCHAR2 | (150) | Developer descriptive flexfield column. | |
BILL_EVENT_ORG_ATTR_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield structure defining column. | |
BILL_EVENT_ORG_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield column. | |
BILL_EVENT_ORG_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield column. | |
BILL_EVENT_ORG_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield column. | |
BILL_EVENT_ORG_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield column. | |
BILL_EVENT_ORG_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield column. | |
BILL_EVENT_ORG_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield column. | |
BILL_EVENT_ORG_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield column. | |
BILL_EVENT_ORG_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield column. | |
BILL_EVENT_ORG_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield column. | |
BILL_EVENT_ORG_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield column. |
Cut, paste (and edit) the following text to query this object:
SELECT BILL_EVENT_ORG_ID
, BILL_EVENT_ORGANIZATION
, BILL_EVENT_ORG_COMPANY
, BILL_EVENT_ORG_COST_CENTER
, BILL_EVENT_ORG_ATTR_CATEGORY
, BILL_EVENT_ORG_ATTRIBUTE1
, BILL_EVENT_ORG_ATTRIBUTE2
, BILL_EVENT_ORG_ATTRIBUTE3
, BILL_EVENT_ORG_ATTRIBUTE4
, BILL_EVENT_ORG_ATTRIBUTE5
, BILL_EVENT_ORG_ATTRIBUTE6
, BILL_EVENT_ORG_ATTRIBUTE7
, BILL_EVENT_ORG_ATTRIBUTE8
, BILL_EVENT_ORG_ATTRIBUTE9
, BILL_EVENT_ORG_ATTRIBUTE10
FROM APPS.PA_XLA_BILL_EVENT_ORG_REF_V;
APPS.PA_XLA_BILL_EVENT_ORG_REF_V is not referenced by any database object
|
|
|