DBA Data[Home] [Help]

APPS.GMO_SWORKBENCH_PVT dependencies on GME_BATCH_HEADER_DBL

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

801: batch_status_error EXCEPTION;
802: BEGIN
803: x_return_status := fnd_api.g_ret_sts_success;
804: l_batch_header_rec.batch_id := p_material_detail_rec.batch_id;
805: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header_rec, l_batch_header_rec)) THEN
806: RAISE fetch_failure;
807: END IF;
808: IF l_batch_header_rec.batch_status = gme_common_pvt.g_batch_pending THEN
809: --pending batch just return