[Home] [Help]
[Dependency Information]
| Object Name: | PA_ORGANIZATIONS_PROJ_ALL_BG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_ORGANIZATIONS_PROJ_ALL_BG_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view selects all project owning organizations, both active and inactive, across operating units 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 | ||
| ORG_ID | NUMBER | (15) | Yes | Identifier 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
, ORG_ID
FROM APPS.PA_ORGANIZATIONS_PROJ_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_BIS_ORG_TO_DATE_V
PA_BIS_SUMMARY
- show dependent code
PA_PACRCAPS_XMLP_PKG
- show dependent code
PA_PACRCBDT_XMLP_PKG
- show dependent code
PA_UTILS
- show dependent code
|
|
|
|