DBA Data[Home] [Help]

APPS.POR_VIEW_REQS_PKG dependencies on PA_PROJECTS_ALL

Line 250: pa_projects_all projects

246: select projects.segment1
247: into value
248: from
249: po_req_distributions_all prd,
250: pa_projects_all projects
251: where
252: prd.requisition_line_id = req_line_id and
253: projects.project_id = prd.project_id and
254: rownum = 1;