DBA Data[Home] [Help]

APPS.PER_ORG_STRUCTURES_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 25: from fnd_product_installations

21: select 'I'
22: into l_hr_installed
23: from sys.dual
24: where exists (select 'I'
25: from fnd_product_installations
26: where application_id between 800 and 899
27: and status = 'I');
28: return l_hr_installed;
29: exception