DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on FND_APPLICATION

Line 36: from fnd_application fa

32: from fnd_product_installations fpi
33: where fpi.status = 'I'
34: and fpi.application_id =
35: (select fa.application_id
36: from fnd_application fa
37: where fa.application_short_name = P_APPLICATION_SHORT_NAME
38: );
39:
40: exception