DBA Data[Home] [Help]

APPS.HRI_OLTP_CONC_MV dependencies on FND_INSTALLATION

Line 85: IF NOT fnd_installation.get_app_info('APPS',l_dummy1, l_dummy2, g_schema) THEN

81: output('Refresh Mode : ' || p_mv_refresh_mode);
82:
83: -- Find the schema we are running in.
84: --
85: IF NOT fnd_installation.get_app_info('APPS',l_dummy1, l_dummy2, g_schema) THEN
86: --
87: -- Could not find the schema raising exception.
88: --
89: output('Could not find schema to run in.');