DBA Data[Home] [Help]

APPS.GML_REQIMPORT_GRP dependencies on FND_INSTALLATION

Line 135: l_return_val := fnd_installation.get_app_info ('GMI',l_opm_status,l_opm_ind, l_opm_ora_schema);

131: x_return_status :=FND_API.G_RET_STS_SUCCESS;
132:
133: --cache in the opm installed status
134: IF G_OPM_INSTALLED IS NULL THEN
135: l_return_val := fnd_installation.get_app_info ('GMI',l_opm_status,l_opm_ind, l_opm_ora_schema);
136: G_OPM_INSTALLED := l_opm_status;
137: END IF;
138:
139: --do validations only if opm and common receiving are installed