DBA Data[Home] [Help]

APPS.GME_DELETE_BATCH_STEP_PVT dependencies on GME_BATCH_HEADER_DBL

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

91:
92: /* Load the batch header associated with the step */
93: l_batch_header.batch_id := l_batch_step.batch_id;
94:
95: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header, l_batch_header) ) THEN
96: RAISE batch_header_fetch_error;
97: END IF;
98:
99: /* Don't allow the Batch Step to be deleted if the Batch Status */