[Home] [Help]
[Dependency Information]
Object Name: | PA_CANDIDATE_LOG_AMG_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view shows all candidate reviews.
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 |
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;
APPS.PA_CANDIDATE_LOG_AMG_V is not referenced by any database object
|
|
|