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


VIEW: APPS.IGS_PR_MILESTONE_V

Object Details
Object Name: IGS_PR_MILESTONE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PR_MILESTONE_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
PERSON_ID NUMBER (15) Yes This field contains the person ID to whom the milestone applies.
CA_SEQUENCE_NUMBER NUMBER (6) Yes This field contains the candidature sequence number.
SEQUENCE_NUMBER NUMBER (6) Yes This field uniquely identifies the milestone, allowing multiple records for the same milestone type against the candidate.
MILESTONE_TYPE VARCHAR2 (10) Yes This field describes the type of milestone.
MILESTONE_STATUS VARCHAR2 (30) Yes This field contains the status of the milestone. eg. Planned, Achieved, Moved.
DUE_DT DATE
Yes This field contains the date on which the milestone is due to be achieved.
DESCRIPTION VARCHAR2 (60)
This field contains a brief explanation of the milestone.
ACTUAL_REACHED_DT DATE

This field describes the date on which the milestone was completed, whether successfully or unsuccessfully.
INCLUDE_REACHED_MILESTONES CHAR (1)
PRECED_PERSON_ID NUMBER

The field contains the Person ID for the preceeding milestone.
PRECED_CA_SEQUENCE_NUMBER NUMBER

This field contains the unique sequence number of the preceding Candidature.
PRECED_SEQUENCE_NUMBER NUMBER (6)
This field contains the unique sequence number of the preceding milestone.
OVRD_NTFCTN_IMMINENT_DAYS NUMBER (3)
This field contains the override offset imminent days for notification.
OVRD_NTFCTN_REMINDER_DAYS NUMBER (3)
This field contains the override offset days for reminder.
OVRD_NTFCTN_RE_REMINDER_DAYS NUMBER (3)
This field contains the override offset days for subsequent reminders.
CREATED_BY NUMBER (15) Yes
CREATION_DATE DATE
Yes
LAST_UPDATED_BY NUMBER (15) Yes
LAST_UPDATE_DATE DATE
Yes
LAST_UPDATE_LOGIN NUMBER (15)
COMMENTS VARCHAR2 (2000)
This field contains any supervisor comments in reference to the milestone.
Query Text

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


SELECT PERSON_ID
,      CA_SEQUENCE_NUMBER
,      SEQUENCE_NUMBER
,      MILESTONE_TYPE
,      MILESTONE_STATUS
,      DUE_DT
,      DESCRIPTION
,      ACTUAL_REACHED_DT
,      INCLUDE_REACHED_MILESTONES
,      PRECED_PERSON_ID
,      PRECED_CA_SEQUENCE_NUMBER
,      PRECED_SEQUENCE_NUMBER
,      OVRD_NTFCTN_IMMINENT_DAYS
,      OVRD_NTFCTN_REMINDER_DAYS
,      OVRD_NTFCTN_RE_REMINDER_DAYS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      COMMENTS
FROM APPS.IGS_PR_MILESTONE_V;

Dependencies

[top of page]

APPS.IGS_PR_MILESTONE_V references the following:

SchemaAPPS
ViewIGS_PR_MILESTONE

APPS.IGS_PR_MILESTONE_V is not referenced by any database object