DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on FND_APPLICATION

Line 254: from fnd_application fa

250: from fnd_product_installations fpi
251: where fpi.status = 'I'
252: and fpi.application_id =
253: (select fa.application_id
254: from fnd_application fa
255: where fa.application_short_name = P_APPLICATION_SHORT_NAME
256: );
257: exception
258: when NO_DATA_FOUND then null;