Projects - EBS (MOSC)

MOSC Banner

How to get the task type value

edited Dec 22, 2010 8:48AM in Projects - EBS (MOSC) 4 commentsAnswered
Hi Everyone,

What is the query to get the task type value.

When I was trying to query the following manner, I end up getting duplicate values, though I know we have defined only one value for the task type;

******
SELECT distinct p.segment1, p.PROJECT_ID, pt.TASK_NAME, pt.TASK_NUMBER, ptt.TASK_TYPE
FROM pa_projects_all p, pa_proj_elements ppe,
pa_task_types ptt, pa_tasks pt
WHERE p.SEGMENT1 = Project Number
and p.PROJECT_ID = pt.PROJECT_ID
and p.project_id = ppe.project_id
AND ppe.type_id = ptt.task_type_id
order by task_number

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