DBA Data[Home] [Help]

APPS.GMS_INSTALL dependencies on PA_PROJECT_TYPES_ALL

Line 122: pa_project_types_all pt

118:
119: select 'Y'
120: into g_sponsored_flag
121: from pa_projects_all pp,
122: pa_project_types_all pt
123: where pp.project_id = p_project_id
124: and pp.project_type = pt.project_type
125: and pp.org_id = pt.org_id
126: and nvl(pt.sponsored_flag,'N') = 'Y';