DBA Data[Home] [Help]

APPS.IGS_GE_GEN_003 dependencies on IGS_GE_S_LOG_PKG

Line 74: IGS_GE_S_LOG_PKG.INSERT_ROW(

70: -- log and returns the creation date.
71: -- set the creation dt to be the system date
72: v_creation_dt := SYSDATE;
73: -- insert a record into IGS_GE_S_LOG
74: IGS_GE_S_LOG_PKG.INSERT_ROW(
75: x_rowid => l_rowid ,
76: x_s_log_type => p_s_log_type,
77: x_creation_dt =>v_creation_dt,
78: x_key =>p_key,