DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_MATERIAL_DETAILS_DBL

Line 5702: IF NOT gme_material_details_dbl.fetch_row

5698:
5699: gme_common_pvt.set_timestamp;
5700: l_mat_dtl_rec.material_detail_id := l_mmti_rec.trx_source_line_id;
5701:
5702: IF NOT gme_material_details_dbl.fetch_row
5703: (p_material_detail => l_mat_dtl_rec
5704: ,x_material_detail => l_mat_dtl_rec) THEN
5705: RAISE fnd_api.g_exc_error;
5706: END IF;

Line 6868: IF NOT (gme_material_details_dbl.fetch_row (l_material_details_rec

6864: /* Verify that we have a valid row in gme_material_details */
6865: l_material_details_rec.material_detail_id :=
6866: l_reservation_rec.demand_source_line_id;
6867:
6868: IF NOT (gme_material_details_dbl.fetch_row (l_material_details_rec
6869: ,l_material_details_rec) ) THEN
6870: RAISE fnd_api.g_exc_error;
6871: END IF;
6872: