DBA Data[Home] [Help]

APPS.GMO_SWORKBENCH_PVT dependencies on GME_BATCH_HEADER_DBL

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

687: batch_status_error EXCEPTION;
688: BEGIN
689: x_return_status := fnd_api.g_ret_sts_success;
690: l_batch_header_rec.batch_id := p_material_detail_rec.batch_id;
691: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec, l_batch_header_rec)) THEN
692: RAISE fetch_failure;
693: END IF;
694: IF l_batch_header_rec.batch_status = gme_common_pvt.g_batch_pending THEN
695: --pending batch just return