DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on FND_PRODUCT_INSTALLATIONS

Line 250: from fnd_product_installations fpi

246: select 'Y',
247: fpi.status
248: into p_yes_no,
249: p_status
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