[Home] [Help]
[Dependency Information]
Object Name: | HXC_APP_PERIOD_TOTAL_TIME_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TIME_ID | NUMBER | (15) | Yes | Timecard time building block id |
RESOURCE_ID | NUMBER | (15) | Resource id | |
DAY_ID | NUMBER | (15) | Yes | DAY scope time building block id |
DETAIL_ID | NUMBER | (15) | Yes | DETAIL scope time building block id |
STATUS_CODE | VARCHAR2 | (30) | Yes | Approval Status of the TIMECARD scope time building block |
STATUS_NAME | VARCHAR2 | (80) | Meaning of the Status Code | |
START_DATE | DATE | Start Time of the DAY | ||
STOP_DATE | DATE | Start Time of the DAY | ||
HOURS_WORKED | NUMBER | Sum of the DETAIL hours for the TIMECARD | ||
APPLICATION_PERIOD_ID | NUMBER | Yes | Application Period ID |
Cut, paste (and edit) the following text to query this object:
SELECT TIME_ID
, RESOURCE_ID
, DAY_ID
, DETAIL_ID
, STATUS_CODE
, STATUS_NAME
, START_DATE
, STOP_DATE
, HOURS_WORKED
, APPLICATION_PERIOD_ID
FROM APPS.HXC_APP_PERIOD_TOTAL_TIME_V;
|
|
|