DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_PVT dependencies on GME_BATCH_HEADER_DBL

Line 125: IF NOT gme_batch_header_dbl.update_row (p_batch_header => x_batch_header_rec) THEN

121:
122: -- no need to set the actual completion date because it is expected to have been in p_batch_header_rec
123:
124: -- Update the batch header
125: IF NOT gme_batch_header_dbl.update_row (p_batch_header => x_batch_header_rec) THEN
126: RAISE error_update_batch;
127: END IF;
128:
129: -- Update WHO columns for output structure

Line 449: IF NOT gme_batch_header_dbl.fetch_row(l_phantom_batch_rec, l_phantom_batch_rec) THEN

445:
446: -- complete phantom batch
447: IF l_matl_dtl_rec.line_type = gme_common_pvt.g_line_type_ing AND l_matl_dtl_rec.phantom_id IS NOT NULL THEN -- phantom ingredient -> complete the phantom batch
448: l_phantom_batch_rec.batch_id := l_matl_dtl_rec.phantom_id;
449: IF NOT gme_batch_header_dbl.fetch_row(l_phantom_batch_rec, l_phantom_batch_rec) THEN
450: RAISE error_fetch_batch;
451: END IF;
452:
453: IF l_phantom_batch_rec.batch_status IN (gme_common_pvt.g_batch_pending, gme_common_pvt.g_batch_wip) THEN