DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on FND_PRODUCT_INSTALLATIONS

Line 251: from fnd_product_installations fpi

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