DBA Data[Home] [Help]

APPS.PA_LOOKUPS_PKG dependencies on PA_PROJECT_CONTACTS

Line 343: from pa_project_contacts pc

339: into x_dummy
340: from sys.dual
341: where not exists
342: (select 1
343: from pa_project_contacts pc
344: where pc.project_contact_type_code = x_lookup_code);
345:
346: EXCEPTION
347: WHEN NO_DATA_FOUND then