DBA Data[Home] [Help]

APPS.PER_ORS_BUS dependencies on FND_INSTALLATION

Line 103: l_pa_installed := fnd_installation.get(appl_id => 275

99: begin
100: --
101: -- Get status of the Oracle Projects application
102: --
103: l_pa_installed := fnd_installation.get(appl_id => 275
104: ,dep_appl_id => 275
105: ,status => p_pa_installed
106: ,industry => l_industry);
107: return(p_pa_installed);