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


TABLE: HXT.HXT_BATCH_STATES

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


Details of the batch status of timecards.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HXT_BATCH_STATES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (15) Yes Foreign key to pay_batch_headers record.
STATUS VARCHAR2 (30) Yes The status of the timecard's batch
DATE_EARNED DATE

The date which the timecard batch is earned.
Query Text

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


SELECT BATCH_ID
,      STATUS
,      DATE_EARNED
FROM HXT.HXT_BATCH_STATES;

Dependencies

[top of page]

HXT.HXT_BATCH_STATES does not reference any database object

HXT.HXT_BATCH_STATES is referenced by following:

SchemaAPPS
SynonymHXT_BATCH_STATES