DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_MATERIAL_DETAILS_DBL

Line 5371: IF NOT gme_material_details_dbl.fetch_row

5367:
5368: gme_common_pvt.set_timestamp;
5369: l_mat_dtl_rec.material_detail_id := l_mmti_rec.trx_source_line_id;
5370:
5371: IF NOT gme_material_details_dbl.fetch_row
5372: (p_material_detail => l_mat_dtl_rec
5373: ,x_material_detail => l_mat_dtl_rec) THEN
5374: RAISE fnd_api.g_exc_error;
5375: END IF;

Line 6434: IF NOT (gme_material_details_dbl.fetch_row (l_material_details_rec

6430: /* Verify that we have a valid row in gme_material_details */
6431: l_material_details_rec.material_detail_id :=
6432: l_reservation_rec.demand_source_line_id;
6433:
6434: IF NOT (gme_material_details_dbl.fetch_row (l_material_details_rec
6435: ,l_material_details_rec) ) THEN
6436: RAISE fnd_api.g_exc_error;
6437: END IF;
6438: