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


TABLE: HXC.HXC_RDB_PRE_SKIPPED

Object Details
Object Name: HXC_RDB_PRE_SKIPPED
Object Type: TABLE
Owner: HXC
FND Design Data: TableHXC.HXC_RDB_PRE_SKIPPED
Subobject Name:
Status: VALID


Used for Retrieval Dashboard Pre Retrieval


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
RESOURCE_ID NUMBER (15) Yes Resource id of timecards having skipped
TIMECARD_ID NUMBER
Yes Timecard Id of the skipped timecard
START_TIME DATE
Yes Start date of the timecard
STOP_TIME DATE
Yes End date of the timecard
EMP_NAME VARCHAR2 (400)
Employee name
EMP_NO VARCHAR2 (400)
Employee Number
RET_USER_ID NUMBER

User id is foreign key to FND_USER.USER_ID
APPROVAL_STATUS VARCHAR2 (50)
Approval status of the timecard
Query Text

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


SELECT RESOURCE_ID
,      TIMECARD_ID
,      START_TIME
,      STOP_TIME
,      EMP_NAME
,      EMP_NO
,      RET_USER_ID
,      APPROVAL_STATUS
FROM HXC.HXC_RDB_PRE_SKIPPED;

Dependencies

[top of page]

HXC.HXC_RDB_PRE_SKIPPED does not reference any database object

HXC.HXC_RDB_PRE_SKIPPED is referenced by following:

SchemaHXC
ViewHXC_RDB_PRE_SKIPPED#