Hi All
Hi All,
We are using the P6 EPPM Ver 8.2.2.0. This is integrated with Oracle EBS.
We are facing some issues in one of our interface.
Please kindly give me an idea of the Sql given below & probably the errors associated with this.
UPDATE wrk_ebs_project wrk
SET (
prm_parent_project_proj_id,
prm_parent_project_eps_id,
prm_parent_project_type) =
(
SELECT w.proj_id, w.parent_wbs_id, code.proj_catg_short_name
FROM projwbs w
JOIN project p
ON p.proj_short_name = w.wbs_short_name
LEFT OUTER JOIN
(
SELECT
pc. proj_id,
v.proj_catg_short_name