DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.HR_PATTERN_PURPOSES_V

Object Details
Object Name: HR_PATTERN_PURPOSES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.HR_PATTERN_PURPOSES_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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


Query Text

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;

Dependencies

[top of page]

APPS.HR_PATTERN_PURPOSES_V references the following:

SchemaAPPS
PL/SQL PackageHR_API - show dependent code
ViewHR_LOOKUPS
SynonymHR_PATTERN_PURPOSES

APPS.HR_PATTERN_PURPOSES_V is not referenced by any database object