[Home] [Help]
[Dependency Information]
| Object Name: | HR_PERSON_LEGISLATION_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_PERSON_LEGISLATION_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 |
|---|---|---|---|---|
| PERSON_ID | NUMBER | System generated person primary key from PER_PEOPLE_S. | ||
| LEGISLATION_CODE | VARCHAR2 | (150) | Developer descriptive flexfield column. |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, LEGISLATION_CODE
FROM APPS.HR_PERSON_LEGISLATION_V;
APPS
FND_SESSIONS
HR_ORGANIZATION_INFORMATION
PER_ALL_PEOPLE_F
APPS.HR_PERSON_LEGISLATION_V is not referenced by any database object
|
|
|
|