DBA Data[Home] [Help]

APPS.GME_PHANTOM_PVT dependencies on GME_BATCH_HEADER_DBL

Line 120: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header, l_batch_header) ) THEN

116: END IF;
117:
118: l_batch_header.batch_id := x_material_detail_rec.batch_id;
119:
120: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header, l_batch_header) ) THEN
121: RAISE batch_header_fetch_error;
122: END IF;
123:
124: --Bug#6738476 This is just to assign the attirbute information of the flexfields

Line 258: IF NOT gme_batch_header_dbl.update_row (p_batch_header => l_phant_batch) THEN

254:
255: l_phant_batch.parentline_id := p_material_detail_rec.material_detail_id;
256: l_phant_batch.last_update_date := gme_common_pvt.g_timestamp;
257:
258: IF NOT gme_batch_header_dbl.update_row (p_batch_header => l_phant_batch) THEN
259: RAISE batch_upd_error;
260: END IF;
261:
262: OPEN cur_get_phantom_prod (l_phant_batch.batch_id

Line 343: IF NOT gme_batch_header_dbl.fetch_row (p_batch_header => p_batch_header

339: END IF;
340:
341: x_return_status := fnd_api.g_ret_sts_success;
342:
343: IF NOT gme_batch_header_dbl.fetch_row (p_batch_header => p_batch_header
344: ,x_batch_header => l_batch_header) THEN
345: RAISE error_fetch_header;
346: END IF;
347: