[Home] [Help]
[Dependency Information]
Object Name: | PA_SST_MODIFY_TIMECARD_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
View of Working and Rejected timecards. Used in Modify Timecard function of Self Service Time.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXPENDITURE_ID | NUMBER | (15) | Yes | Unique identifier of the timecard in Projects |
TIMECARD_NUMBER | VARCHAR2 | (60) | External identifier of the timecard. | |
EXPENDITURE_GROUP | VARCHAR2 | (240) | Yes | The expenditure group to which this timecard belongs |
TIMECARD_STATUS | VARCHAR2 | (80) | Yes | The status of the timecard as it is entered and approved. |
WEEK_ENDING_DATE | DATE | Yes | The last day of the expenditure week period. | |
INCURRED_BY_PERSON | VARCHAR2 | (240) | The name of the person who incurred the charges. | |
INCURRED_BY_PERSON_ID | NUMBER | (15) | The identifier of the person who incurred the charges. | |
INCURRED_BY_ORGANIZATION_ID | NUMBER | (15) | The identifier of the organization that incurred the charges. | |
INITIAL_SUBMISSION_DATE | DATE | The date on which the timecard was initially submitted. | ||
TIMECARD_COMMENT | VARCHAR2 | (250) | The header level timecard comment. | |
ENTERED_BY_PERSON_ID | NUMBER | (15) | The identifier of the person who entered the timecard. | |
OVERRIDING_APPROVER_PERSON_ID | NUMBER | The identifier of the overriding approver, if any, for the timecard. | ||
TOTAL_HOURS | NUMBER | Total hours reported on the timecard. | ||
EDIT_TIMECARD_URL | VARCHAR2 | (255) | URL called when the user chooses to edit a timecard. | |
COPY_TIMECARD_URL | VARCHAR2 | (253) | URL called when the user chooses to copy a timecard. | |
DELETE_TIMECARD_URL | VARCHAR2 | (143) | URL called when the user chooses to delete a timecard. | |
COPY_IMAGE | CHAR | (42) | Image displayed for Copy Timecard. | |
DELETE_IMAGE | CHAR | (43) | Image displayed for Delete Timecard. | |
ORG_ID | NUMBER | (15) | Yes | Operating Unit Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT EXPENDITURE_ID
, TIMECARD_NUMBER
, EXPENDITURE_GROUP
, TIMECARD_STATUS
, WEEK_ENDING_DATE
, INCURRED_BY_PERSON
, INCURRED_BY_PERSON_ID
, INCURRED_BY_ORGANIZATION_ID
, INITIAL_SUBMISSION_DATE
, TIMECARD_COMMENT
, ENTERED_BY_PERSON_ID
, OVERRIDING_APPROVER_PERSON_ID
, TOTAL_HOURS
, EDIT_TIMECARD_URL
, COPY_TIMECARD_URL
, DELETE_TIMECARD_URL
, COPY_IMAGE
, DELETE_IMAGE
, ORG_ID
FROM APPS.PA_SST_MODIFY_TIMECARD_V;
APPS.PA_SST_MODIFY_TIMECARD_V is not referenced by any database object
|
|
|