DBA Data[Home] [Help]

APPS.IGS_GE_INS_SLE dependencies on IGS_GE_GEN_003

Line 35: IGS_GE_GEN_003.GENP_INS_LOG(

31: -- check that the creation date has been determined
32: IF (p_creation_dt IS NULL) THEN
33: -- This will only be called once as p_creation_dt
34: -- will be set after the call.
35: IGS_GE_GEN_003.GENP_INS_LOG(
36: r_log_entry.s_log_type,
37: r_log_entry.sl_key,
38: p_creation_dt);
39: END IF;

Line 40: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

36: r_log_entry.s_log_type,
37: r_log_entry.sl_key,
38: p_creation_dt);
39: END IF;
40: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
41: r_log_entry.s_log_type,
42: p_creation_dt,
43: r_log_entry.sle_key,
44: r_log_entry.sle_message_name,

Line 57: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

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 ,
56: x_mode => 'R' );
57: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
58: r_log_entry.s_log_type,
59: p_creation_dt,
60: r_log_entry.sle_key,
61: r_log_entry.sle_message_name,