DBA Data[Home] [Help]

APPS.EAM_PM_CONCURRENT_REQUESTS dependencies on PJM_ORG_PARAMETERS

Line 51: from pjm_org_parameters where organization_id = p_org_id;

47: --Validation for Project
48:
49: if p_project_id is not null OR p_project_number is not null then
50: select project_control_level into l_project_control_level
51: from pjm_org_parameters where organization_id = p_org_id;
52:
53: if l_project_control_level = 2 then
54: -- project control is at task level
55: -- task is mandatory