DBA Data[Home] [Help]

APPS.GME_RESERVATIONS_PVT dependencies on GME_BATCH_HEADER_DBL

Line 2127: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec, l_batch_header_rec)) THEN

2123:
2124: x_return_status := fnd_api.g_ret_sts_success;
2125:
2126: l_batch_header_rec.batch_id := p_material_detail_rec.batch_id;
2127: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec, l_batch_header_rec)) THEN
2128: RAISE fetch_failure;
2129: END IF;
2130:
2131: IF l_batch_header_rec.batch_status = gme_common_pvt.g_batch_pending THEN