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


VIEW: APPS.PA_CANDIDATE_LOG_AMG_V

Object Details
Object Name: PA_CANDIDATE_LOG_AMG_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_CANDIDATE_LOG_AMG_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view shows all candidate reviews.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CANDIDATE_REVIEW_ID NUMBER (15) Yes The identifier of the candidate review
CANDIDATE_ID NUMBER (15) Yes The identifier of the candidate
CANDIDATE_NAME VARCHAR2 (240) Yes The name of the candidate
REQUIREMENT_ID NUMBER (15) Yes The identifier of the requirement to which the candidate belongs
STATUS_CODE VARCHAR2 (30)
The status code of the candidate
STATUS_NAME VARCHAR2 (80) Yes The status name of the candidate
SYSTEM_STATUS_CODE VARCHAR2 (30) Yes The system status code of the candidate
CHANGE_REASON_CODE VARCHAR2 (30)
The change reason code for the status change
REVIEW_COMMENTS VARCHAR2 (2000)
The review comments on the candidate
Query Text

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


SELECT CANDIDATE_REVIEW_ID
,      CANDIDATE_ID
,      CANDIDATE_NAME
,      REQUIREMENT_ID
,      STATUS_CODE
,      STATUS_NAME
,      SYSTEM_STATUS_CODE
,      CHANGE_REASON_CODE
,      REVIEW_COMMENTS
FROM APPS.PA_CANDIDATE_LOG_AMG_V;

Dependencies

[top of page]

APPS.PA_CANDIDATE_LOG_AMG_V references the following:

SchemaAPPS
SynonymPA_CANDIDATES
SynonymPA_CANDIDATE_REVIEWS
SynonymPA_PROJECT_STATUSES
SynonymPA_RESOURCES_DENORM

APPS.PA_CANDIDATE_LOG_AMG_V is not referenced by any database object