196: -- Here, if the p_Prodct is an invalid one the schema name returned
197: -- will be null, but since we are passing the same from a hard coded
198: -- list it should be a valid one.
199: --
200: l_ret_val := fnd_installation.get_app_info(
201: p_Product,
202: l_dummy_stat,
203: l_dummy_ind,
204: l_Schema);