DBA Data[Home] [Help]

APPS.GMS_POR_API dependencies on PA_PROJECT_TYPES

Line 280: from pa_project_types a,

276: and nvl(award_id,0) = nvl(l_award_id,0));
277: --Bug 2579915
278: Cursor valid_project_type_class is
279: select project_type_class_code
280: from pa_project_types a,
281: pa_projects_all b
282: where a.project_type = b.project_type
283: and b.project_id = X_project_id;
284: