DBA Data[Home] [Help]

APPS.PA_LOOKUPS_PKG dependencies on PA_PROJECT_TYPES

Line 187: from pa_project_types pt

183: into x_dummy
184: from sys.dual
185: where not exists
186: (select 1
187: from pa_project_types pt
188: where pt.service_type_code = x_lookup_code);
189:
190: EXCEPTION
191: WHEN NO_DATA_FOUND then