Primavera (MOSC)

MOSC Banner

Hi All

edited Apr 27, 2017 5:01AM in Primavera (MOSC) 1 commentAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center