DBA Data[Home] [Help]

APPS.GME_COMMON_PVT dependencies on GME_BATCH_HISTORY_DBL

Line 3691: IF NOT (gme_batch_history_dbl.insert_row (l_ins_history, l_ins_history) ) THEN

3687: l_ins_history.new_status := p_batch_header_rec.batch_status;
3688: l_ins_history.event_id := p_event_id;
3689: l_ins_history.gl_posted_ind := 0;
3690:
3691: IF NOT (gme_batch_history_dbl.insert_row (l_ins_history, l_ins_history) ) THEN
3692: RETURN FALSE;
3693: ELSE
3694: RETURN TRUE;
3695: END IF;