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


TABLE: HXT.HXT_SHIFT_DIFF_POLICIES

Object Details
Object Name: HXT_SHIFT_DIFF_POLICIES
Object Type: TABLE
Owner: HXT
FND Design Data: TableHXT.HXT_SHIFT_DIFF_POLICIES
Subobject Name:
Status: VALID


A location to putcompany shift differential policies. A shift
differential policy can be made up of differentials which define the
start and stop time(s). Differentials are linked to a shift
differential type earning code. The daily shift differential is
generated by matching the shift differential start and stop time to
the employee time record start and stop time. The earning code and
shift differential entries are used to compute the premium. If the
time-in and time-out inputs are changed by data entry, the system
recomputes the total hours and continues to apply the proper shift
differential.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HXT_SHIFT_DIFF_POLICIES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
HXT_SHIFT_DIFF_POLICIES_UK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNAME
Columns
Name Datatype Length Mandatory Comments
ID NUMBER (15) Yes System generated shift differencial policy primary key
NAME VARCHAR2 (80) Yes Shift differential policy name
DATE_FROM DATE
Yes First effective date
DESCRIPTION VARCHAR2 (255)
Description
DATE_TO DATE

Last effective date
CREATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
LAST_UPDATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT ID
,      NAME
,      DATE_FROM
,      DESCRIPTION
,      DATE_TO
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM HXT.HXT_SHIFT_DIFF_POLICIES;

Dependencies

[top of page]

HXT.HXT_SHIFT_DIFF_POLICIES does not reference any database object

HXT.HXT_SHIFT_DIFF_POLICIES is referenced by following:

SchemaAPPS
SynonymHXT_SHIFT_DIFF_POLICIES
TriggerHXT_SHIFT_DIFF_POLICIES_WHO