[Home] [Help]
[Dependency Information]
Object Name: | PA_REQMNT_CANDIDATES_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 existing candidates with their associated project requirement information.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CANDIDATE_ID | NUMBER | (15) | Yes | The identifier of the candidate |
CANDIDATE_NAME | VARCHAR2 | (240) | Yes | The name of the candidate |
RESOURCE_ID | NUMBER | Yes | The resource identifier of the candidate | |
PERSON_ID | NUMBER | Yes | The person identifier of the candidate | |
PROJECT_ID | NUMBER | The identifier of the project to which the requirement belongs | ||
PROJECT_NAME | VARCHAR2 | (30) | Yes | The name of the project to which the requirement belongs |
PROJECT_NUMBER | VARCHAR2 | (25) | Yes | The number of the project to which the requirement belongs |
REQUIREMENT_ID | NUMBER | (15) | Yes | The identifier of the requirement to which the candidate belongs |
REQUIREMENT_NAME | VARCHAR2 | (80) | Yes | The name of the requirement to which the candidate belongs |
REQUIREMENT_START_DATE | DATE | The start date of the requirement to which the candidate belongs | ||
REQUIREMENT_END_DATE | DATE | The end date 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 |
NOMINATED_BY | VARCHAR2 | (4000) | The name of the person who nominated the candidate | |
NOMINATED_BY_PERSON_ID | NUMBER | (15) | The identifier of the person who nominated the candidate | |
NOMINATED_DATE | DATE | Yes | The date of the candidate nomination | |
NOMINATED_COMMENTS | VARCHAR2 | (2000) | The candidate nomination comments | |
CANDIDATE_RANKING | NUMBER | The ranking of the candidate | ||
RECORD_VERSION_NUMBER | NUMBER | Yes | The system-generated version of the candidate record |
Cut, paste (and edit) the following text to query this object:
SELECT CANDIDATE_ID
, CANDIDATE_NAME
, RESOURCE_ID
, PERSON_ID
, PROJECT_ID
, PROJECT_NAME
, PROJECT_NUMBER
, REQUIREMENT_ID
, REQUIREMENT_NAME
, REQUIREMENT_START_DATE
, REQUIREMENT_END_DATE
, STATUS_CODE
, STATUS_NAME
, SYSTEM_STATUS_CODE
, NOMINATED_BY
, NOMINATED_BY_PERSON_ID
, NOMINATED_DATE
, NOMINATED_COMMENTS
, CANDIDATE_RANKING
, RECORD_VERSION_NUMBER
FROM APPS.PA_REQMNT_CANDIDATES_AMG_V;
APPS.PA_REQMNT_CANDIDATES_AMG_V is not referenced by any database object
|
|
|