DBA Data[Home] [Help]

APPS.PA_LOOKUPS_PKG dependencies on PA_PROJECT_CUSTOMERS

Line 320: from pa_project_customers pc

316: into x_dummy
317: from sys.dual
318: where not exists
319: (select 1
320: from pa_project_customers pc
321: where pc.project_relationship_code = x_lookup_code);
322:
323: EXCEPTION
324: WHEN NO_DATA_FOUND then