DBA Data[Home] [Help]

APPS.GME_SCALE_BATCH_PVT dependencies on GME_BATCH_HEADER_DBL

Line 643: IF NOT (gme_batch_header_dbl.fetch_row (p_batch_header_rec

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

Line 740: IF NOT (gme_batch_header_dbl.fetch_row (l_in_batch_header

736:
737: l_in_batch_header.batch_id :=
738: x_material_tbl (line_index).phantom_id;
739:
740: IF NOT (gme_batch_header_dbl.fetch_row (l_in_batch_header
741: ,l_batch_header) ) THEN
742: RAISE batch_fetch_error;
743: END IF;
744:

Line 1046: IF (NOT gme_batch_header_dbl.fetch_row (p_batch_header_rec

1042: -- gme_api_grp.set_timestamp;
1043: l_scale_factor := p_scale_factor;
1044:
1045: /* Set the savepoint before proceeding */
1046: IF (NOT gme_batch_header_dbl.fetch_row (p_batch_header_rec
1047: ,l_batch_header) ) THEN
1048: RAISE batch_fetch_error;
1049: END IF;
1050: