DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on FND_APPLICATION

Line 255: from fnd_application fa

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