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


VIEW: APPS.PO_TEMP_LABOR_LINES_V

Object Details
Object Name: PO_TEMP_LABOR_LINES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPO.PO_TEMP_LABOR_LINES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
LINE_NUMBER NUMBER
Yes PO line number
PO_HEADER_ID NUMBER
Yes Identifier for the PO header
CONTRACTOR_FIRST_NAME VARCHAR2 (240)
Contractor first name
CONTRACTOR_LAST_NAME VARCHAR2 (240)
Contractor last name
JOB_ID NUMBER

Identifier for the job
AMOUNT NUMBER

Budget amount
PO_LINE_ID NUMBER
Yes Identifier for the PO line
START_DATE DATE

Contractor assignment start date
END_DATE DATE

Contractor assignment end date
Query Text

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


SELECT LINE_NUMBER
,      PO_HEADER_ID
,      CONTRACTOR_FIRST_NAME
,      CONTRACTOR_LAST_NAME
,      JOB_ID
,      AMOUNT
,      PO_LINE_ID
,      START_DATE
,      END_DATE
FROM APPS.PO_TEMP_LABOR_LINES_V;

Dependencies

[top of page]

APPS.PO_TEMP_LABOR_LINES_V references the following:

SchemaAPPS
SynonymPO_LINES_ALL
SynonymPO_LINE_TYPES_B
APPS.PO_TEMP_LABOR_LINES_V is referenced by following:

SchemaAPPS
Package BodyHR_ASSIGNMENT_API - show dependent code
Package BodyHR_PROCESS_ASSIGNMENT_SS - show dependent code
Package BodyPER_ASG_BUS3 - show dependent code