DBA Data[Home] [Help]

APPS.PER_POSITION_STRUCTURES_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 20: from fnd_product_installations

16: select 'I'
17: into l_hr_installed
18: from sys.dual
19: where exists (select 'I'
20: from fnd_product_installations
21: where application_id between 800 and 899
22: and status = 'I');
23: return l_hr_installed;
24: exception