[Home] [Help]
[Dependency Information]
Object Name: | HXC_TIMECARD_PERIODS_DB_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
START_TIME | VARCHAR2 | (10) | ||
STOP_TIME | VARCHAR2 | (10) | ||
RESOURCE_ID | NUMBER | (15) | ||
RESOURCE_TYPE | VARCHAR2 | (30) |
Cut, paste (and edit) the following text to query this object:
SELECT START_TIME
, STOP_TIME
, RESOURCE_ID
, RESOURCE_TYPE
FROM APPS.HXC_TIMECARD_PERIODS_DB_V;
APPS.HXC_TIMECARD_PERIODS_DB_V is not referenced by any database object
|
|
|