[Home] [Help]
[Dependency Information]
| Object Name: | HR_PATTERN_PURPOSES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_PATTERN_PURPOSES_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 |
|---|---|---|---|---|
| PATTERN_PURPOSE_ID | NUMBER | Yes | ||
| PATTERN_ID | NUMBER | Yes | ||
| PATTERN_PURPOSE | VARCHAR2 | (30) | Yes | |
| PATTERN_PURPOSE_MEANING | VARCHAR2 | (80) | ||
| OBJECT_VERSION_NUMBER | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PATTERN_PURPOSE_ID
, PATTERN_ID
, PATTERN_PURPOSE
, PATTERN_PURPOSE_MEANING
, OBJECT_VERSION_NUMBER
FROM APPS.HR_PATTERN_PURPOSES_V;
APPS
HR_API
- show dependent code
HR_LOOKUPS
HR_PATTERN_PURPOSES
APPS.HR_PATTERN_PURPOSES_V is not referenced by any database object
|
|
|
|