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


TABLE: IGS.IGS_PR_MILESTONE_HST_ALL

Object Details
Object Name: IGS_PR_MILESTONE_HST_ALL
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_PR_MILESTONE_HST_ALL
Subobject Name:
Status: VALID


IGS_PR_MILESTONE_HST_ALL describes the history of statuses of a milestone.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PR_MILESTONE_HST_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnCA_SEQUENCE_NUMBER
ColumnSEQUENCE_NUMBER
ColumnHIST_START_DT
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Contains the person identifier to whom the milestone applies
CA_SEQUENCE_NUMBER NUMBER (6) Yes Contains the candidature sequence number
SEQUENCE_NUMBER NUMBER (6) Yes Uniquely identifies the milestone, allowing multiple records for the same milestone type against the candidate
HIST_START_DT DATE
Yes The effective start date and time of the history record
HIST_END_DT DATE
Yes The effective end date and time of the history record
HIST_WHO NUMBER (15) Yes The 'updated by' person at the time of the history
MILESTONE_TYPE VARCHAR2 (10)
Describes the type of milestone
MILESTONE_STATUS VARCHAR2 (10)
Contains the status of the milestone. For example, planned, achieved, moved.
DUE_DT DATE

Contains the date on that the milestone is due to be achieved
DESCRIPTION VARCHAR2 (60)
Contains a brief explanation of the milestone
ACTUAL_REACHED_DT DATE

Describes the date the milestone was completed, if successfully or unsuccessfully
PRECED_SEQUENCE_NUMBER NUMBER (6)
Contains the unique sequence number of the preceding milestone
OVRD_NTFCTN_IMMINENT_DAYS NUMBER (3)
Contains the override offset imminent days for notification
OVRD_NTFCTN_REMINDER_DAYS NUMBER (3)
Contains the override offset days for reminder
OVRD_NTFCTN_RE_REMINDER_DAYS NUMBER (3)
Contains the override offset days for subsequent reminders
COMMENTS VARCHAR2 (2000)
Contains any supervisor comments in reference to the milestone
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
ORG_ID NUMBER (15)
Holds the information of the organization that is entered in this data. This field will be used for row level security in a multi-organization setup.
Query Text

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


SELECT PERSON_ID
,      CA_SEQUENCE_NUMBER
,      SEQUENCE_NUMBER
,      HIST_START_DT
,      HIST_END_DT
,      HIST_WHO
,      MILESTONE_TYPE
,      MILESTONE_STATUS
,      DUE_DT
,      DESCRIPTION
,      ACTUAL_REACHED_DT
,      PRECED_SEQUENCE_NUMBER
,      OVRD_NTFCTN_IMMINENT_DAYS
,      OVRD_NTFCTN_REMINDER_DAYS
,      OVRD_NTFCTN_RE_REMINDER_DAYS
,      COMMENTS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
FROM IGS.IGS_PR_MILESTONE_HST_ALL;

Dependencies

[top of page]

IGS.IGS_PR_MILESTONE_HST_ALL does not reference any database object

IGS.IGS_PR_MILESTONE_HST_ALL is referenced by following:

SchemaAPPS
SynonymIGS_PR_MILESTONE_HST_ALL