[Home] [Help]
[Dependency Information]
| Object Name: | PA_ORGANIZATIONS_EXP_ALL_BG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_ORGANIZATIONS_EXP_ALL_BG_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View that shows all expenditure organizations, both active and inactive, for a business group.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | (15) | Yes | Identifier of the organization |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Refer to the base table |
| NAME | VARCHAR2 | (240) | Yes | Name of the organization |
| DATE_FROM | DATE | Yes | Start date of the organization | |
| DATE_TO | DATE | End date of the organization |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, BUSINESS_GROUP_ID
, NAME
, DATE_FROM
, DATE_TO
FROM APPS.PA_ORGANIZATIONS_EXP_ALL_BG_V;
APPS
HR_GENERAL
- show dependent code
HR_ORGANIZATION_UNITS
HR_SECURITY
- show dependent code
PA_ALL_ORGANIZATIONS
PA_IMPLEMENTATIONS
PA_IMPLEMENTATIONS_ALL
APPS
PA_COST_DIST_OVERRIDES_V
|
|
|
|