DBA Data[Home] [Help]

APPS.IGS_GE_INS_SLE dependencies on IGS_GE_S_LOG_PKG

Line 51: IGS_GE_S_LOG_PKG.INSERT_ROW(

47: WHEN e_no_parent_rec_exception THEN
48: -- This exception can arrise when there is a change in s_log_type
49: -- that has been used during the population of the pl/sql table.
50: -- Insert the IGS_GE_S_LOG record using the same creation date.
51: IGS_GE_S_LOG_PKG.INSERT_ROW(
52: x_rowid => l_rowid ,
53: x_s_log_type => r_log_entry.s_log_type,
54: x_creation_dt => p_creation_dt,
55: x_key =>r_log_entry.sl_key ,