DBA Data[Home] [Help]

APPS.POR_VIEW_REQS_PKG dependencies on PA_PROJECTS_ALL

Line 326: pa_projects_all projects

322: select projects.segment1
323: into value
324: from
325: po_req_distributions_all prd,
326: pa_projects_all projects
327: where
328: prd.requisition_line_id = req_line_id and
329: projects.project_id = prd.project_id and
330: rownum = 1;