DBA Data[Home] [Help]

APPS.POR_VIEW_REQS_PKG dependencies on PA_PROJECTS

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;

Line 866: pa_projects projects

862: select projects.segment1
863: into project_number
864: from
865: po_req_distributions prd,
866: pa_projects projects
867: where
868: prd.requisition_line_id = req_line_id and
869: projects.project_id = prd.project_id and
870: rownum = 1;