DBA Data[Home] [Help]

APPS.GME_SCALE_BATCH_PVT dependencies on GME_BATCH_HEADER_DBL

Line 649: IF NOT (gme_batch_header_dbl.fetch_row (p_batch_header_rec

645: /* we need not adjust the transactions as the create batch API will */
646: /* be doing the same - The batch id is not assigned to the material */
647: /* detail row when the scale batch is invoked in create batch API */
648: IF l_batch_header.batch_id IS NOT NULL THEN
649: IF NOT (gme_batch_header_dbl.fetch_row (p_batch_header_rec
650: ,l_batch_header) ) THEN
651: RAISE batch_fetch_error;
652: END IF;
653:

Line 746: IF NOT (gme_batch_header_dbl.fetch_row (l_in_batch_header

742:
743: l_in_batch_header.batch_id :=
744: x_material_tbl (line_index).phantom_id;
745:
746: IF NOT (gme_batch_header_dbl.fetch_row (l_in_batch_header
747: ,l_batch_header) ) THEN
748: RAISE batch_fetch_error;
749: END IF;
750:

Line 1056: IF (NOT gme_batch_header_dbl.fetch_row (p_batch_header_rec

1052: -- gme_api_grp.set_timestamp;
1053: l_scale_factor := p_scale_factor;
1054:
1055: /* Set the savepoint before proceeding */
1056: IF (NOT gme_batch_header_dbl.fetch_row (p_batch_header_rec
1057: ,l_batch_header) ) THEN
1058: RAISE batch_fetch_error;
1059: END IF;
1060: