DBA Data[Home] [Help]

APPS.PER_ORS_BUS dependencies on FND_PRODUCT_INSTALLATIONS

Line 80: from fnd_product_installations

76: select 'I'
77: into l_hr_installed
78: from sys.dual
79: where exists (select 'I'
80: from fnd_product_installations
81: where application_id between 800 and 899
82: and status = 'I');
83: return l_hr_installed;
84: exception