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


VIEW: APPS.HR_ASSIGN_BASE_V

Object Details
Object Name: HR_ASSIGN_BASE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.HR_ASSIGN_BASE_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
FULL_NAME VARCHAR2 (240)
Person's Full name.
PERSON_ID NUMBER (10) Yes Person Id.
BUSINESS_GROUP_ID NUMBER (15) Yes Business Group ID.
EFFECTIVE_START_DATE DATE
Yes Effective start date.
EFFECTIVE_END_DATE DATE
Yes Effective end date.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT FULL_NAME
,      PERSON_ID
,      BUSINESS_GROUP_ID
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
FROM APPS.HR_ASSIGN_BASE_V;

Dependencies

[top of page]

APPS.HR_ASSIGN_BASE_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_PERSON_NAME - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
ViewPER_ASSIGNMENTS_F
ViewPER_PEOPLE_F
SynonymPER_PERSON_TYPES
APPS.HR_ASSIGN_BASE_V is referenced by following:

SchemaPUBLIC
SynonymHR_ASSIGN_BASE_V