DBA Data[Home] [Help]

APPS.GME_PROCESS_PARAMETERS_PVT dependencies on GME_BATCH_HEADER_DBL

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

932: l_batch_header.organization_id := gme_common_pvt.g_organization_id;
933: l_batch_header.batch_no := p_batch_no;
934: l_batch_header.batch_type := 0;
935:
936: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header, l_batch_header) ) THEN
937: RAISE batch_header_fetch_error;
938: END IF;
939:
940: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN