DBA Data[Home] [Help]

APPS.GMS_POR_API dependencies on PA_PROJECT_TYPES

Line 337: from pa_project_types a,

333: and nvl(award_id,0) = nvl(l_award_id,0));
334: --Bug 2579915
335: Cursor valid_project_type_class is
336: select project_type_class_code
337: from pa_project_types a,
338: pa_projects_all b
339: where a.project_type = b.project_type
340: and b.project_id = X_project_id;
341: