DBA Data[Home] [Help]

APPS.GME_MOBILE_RSRV dependencies on GME_MATERIAL_DETAILS_DBL

Line 861: IF NOT gme_material_details_dbl.fetch_row (l_matl_dtl_rec

857: gme_debug.log_initialize ('MobileCreRsrv');
858: END IF;
859:
860: l_matl_dtl_rec.material_detail_id := p_material_detail_id;
861: IF NOT gme_material_details_dbl.fetch_row (l_matl_dtl_rec
862: ,l_matl_dtl_rec) THEN
863: RAISE fnd_api.g_exc_error;
864: END IF;
865: