DBA Data[Home] [Help]

APPS.GMD_SPREAD_FETCH_PKG dependencies on GMD_DEBUG

Line 236: gmd_debug.log_initialize ('simul');

232: l_reservations_tbl gme_common_pvt.reservations_tab;
233: l_mmt_tbl gme_common_pvt.mtl_mat_tran_tbl;
234: l_mmln_tbl gme_common_pvt.mtl_trans_lots_num_tbl;
235: BEGIN
236: gmd_debug.log_initialize ('simul');
237: /* Inserting the item and lot data from batch material tables to temp tables*/
238: l_user_id := TO_NUMBER (fnd_profile.VALUE ('USER_ID'));
239: IF (V_batch_id IS NOT NULL) THEN
240: OPEN Cur_get_batch;

Line 476: gmd_debug.put_line('error '||SQLERRM);

472: END IF; --IF (V_batch_id IS NOT NULL) THEN
473:
474: EXCEPTION
475: WHEN OTHERS THEN
476: gmd_debug.put_line('error '||SQLERRM);
477: fnd_msg_pub.add_exc_msg ('GMD_SPREAD_FETCH_PKG', 'Load_Batch_Details');
478: END load_batch_details;
479:
480: /*##############################################################