DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on FND_PRODUCT_INSTALLATIONS

Line 32: from fnd_product_installations fpi

28: --
29: begin
30: select 'Y', fpi.status
31: into p_yes_no, p_status
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