[Home] [Help]
[Dependency Information]
| Object Name: | PER_SUCCESSION_PLANNING_LOV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.PER_SUCCESSION_PLANNING_LOV
|
| 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 |
|---|---|---|---|---|
| POSITION_ID | NUMBER | (15) | ||
| BUSINESS_GROUP_ID | NUMBER | (15) | ||
| NAME | VARCHAR2 | (4000) |
Cut, paste (and edit) the following text to query this object:
SELECT POSITION_ID
, BUSINESS_GROUP_ID
, NAME
FROM APPS.PER_SUCCESSION_PLANNING_LOV;
APPS
FND_PROFILE
- show dependent code
HR_GENERAL
- show dependent code
HR_POSITIONS_F
HR_SECURITY
- show dependent code
APPS.PER_SUCCESSION_PLANNING_LOV is not referenced by any database object
|
|
|
|