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


VIEW: APPS.PER_CONTRACTS_D

Object Details
Object Name: PER_CONTRACTS_D
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.PER_CONTRACTS_D
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
CONTRACT_ID NUMBER (9) Yes System generated primary key from PER_CONTRACTS_S
EFFECTIVE_START_DATE DATE
Yes Effective Start Date
EFFECTIVE_END_DATE DATE
Yes Effective End Date
REFERENCE VARCHAR2 (80) Yes The title or reference number of the contract
TYPE VARCHAR2 (80)
The type of contract
STATUS VARCHAR2 (80)
The status of the contract
STATUS_REASON VARCHAR2 (80)
The reason for change of status of the contract
DURATION NUMBER (22)
The duration of the contract
DURATION_UNITS VARCHAR2 (80)
The units of time in which the duration is expressed
CONTRACTUAL_JOB_TITLE VARCHAR2 (80)
The contractual job title - N.B. not related to PER_JOBS
PARTIES VARCHAR2 (80)
The signatory parties (other than the employee)
START_REASON VARCHAR2 (80)
The reason for the contracts existence
END_REASON VARCHAR2 (80)
The reason for endin the contract
NUMBER_OF_EXTENSIONS NUMBER (9)
The number of times the contract has been extended
EXTENSION_REASON VARCHAR2 (80)
The reason for extending the contract
EXTENSION_PERIOD NUMBER (22)
The period of time for which the contract has been extended
EXTENSION_PERIOD_UNITS VARCHAR2 (80)
The units of time in which the extension period has been expressed
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATED_BY VARCHAR2 (100)
Standard Who column
Query Text

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


SELECT CONTRACT_ID
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
,      REFERENCE
,      TYPE
,      STATUS
,      STATUS_REASON
,      DURATION
,      DURATION_UNITS
,      CONTRACTUAL_JOB_TITLE
,      PARTIES
,      START_REASON
,      END_REASON
,      NUMBER_OF_EXTENSIONS
,      EXTENSION_REASON
,      EXTENSION_PERIOD
,      EXTENSION_PERIOD_UNITS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM APPS.PER_CONTRACTS_D;

Dependencies

[top of page]

APPS.PER_CONTRACTS_D references the following:

SchemaAPPS
SynonymFND_USER
PL/SQL PackageHR_API - show dependent code
ViewHR_LOOKUPS
SynonymPER_CONTRACTS_F

APPS.PER_CONTRACTS_D is not referenced by any database object