DBA Data[Home] [Help]

APPS.EAM_PM_CONCURRENT_REQUESTS dependencies on PJM_ORG_PARAMETERS

Line 49: from pjm_org_parameters where organization_id = p_org_id;

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