DBA Data[Home] [Help]

APPS.PER_ORS_BUS dependencies on DUAL

Line 78: from sys.dual

74: -- Get status of Any of HR's Product set.
75: --
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');