DBA Data[Home] [Help]

APPS.GME_COMMON_PVT dependencies on GME_BATCH_HISTORY_DBL

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

3428: l_ins_history.new_status := p_batch_header_rec.batch_status;
3429: l_ins_history.event_id := p_event_id;
3430: l_ins_history.gl_posted_ind := 0;
3431:
3432: IF NOT (gme_batch_history_dbl.insert_row (l_ins_history, l_ins_history) ) THEN
3433: RETURN FALSE;
3434: ELSE
3435: RETURN TRUE;
3436: END IF;