[Home] [Help]
[Dependency Information]
| Object Name: | HR_AAP_ORGANIZATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_AAP_ORGANIZATIONS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AAP_ORGANIZATION_ID | NUMBER | (15) | Yes | |
| BUSINESS_GROUP_ID | NUMBER | |||
| NAME | VARCHAR2 | (240) | Yes | |
| AAP_NAME | VARCHAR2 | (150) | ||
| DATE_FROM | DATE | Yes | ||
| DATE_TO | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT AAP_ORGANIZATION_ID
, BUSINESS_GROUP_ID
, NAME
, AAP_NAME
, DATE_FROM
, DATE_TO
FROM APPS.HR_AAP_ORGANIZATIONS_V;
APPS
HR_GENERAL
- show dependent code
HR_ORGANIZATION_INFORMATION
HR_ORGANIZATION_UNITS
HR_SECURITY
- show dependent code
APPS
HR_US_REPORTS
- show dependent code
PUBLIC
HR_AAP_ORGANIZATIONS_V
|
|
|
|