DBA Data[Home] [Help]

APPS.IGS_PS_GEN_004 dependencies on IGS_GE_MSG_STACK

Line 92: IGS_GE_MSG_STACK.ADD;

88: EXCEPTION
89: WHEN OTHERS THEN
90: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
91: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_004.crsp_ins_fsr_hist');
92: IGS_GE_MSG_STACK.ADD;
93: App_Exception.Raise_Exception;
94: END crsp_ins_fsr_hist;
95:
96:

Line 366: IGS_GE_MSG_STACK.ADD;

362: OPEN c_st_end_dt;
363: FETCH c_st_end_dt INTO c_st_end_dt_rec;
364: IF c_st_end_dt_rec.UNIT_SECTION_START_DATE IS NULL THEN
365: Fnd_Message.Set_Name('IGS', 'IGS_EN_OFFSET_DT_NULL');
366: IGS_GE_MSG_STACK.ADD;
367: App_Exception.Raise_Exception;
368: END IF;
369: l_date := c_st_end_dt_rec.UNIT_SECTION_START_DATE;
370:

Line 1697: igs_ge_msg_stack.add;

1693: -- Otherwise calculation will not be done.
1694: IF l_d_us_st_dt IS NULL THEN
1695: l_c_msg := 'IGS_EN_OFFSET_DT_NULL';
1696: fnd_message.set_name ('IGS',l_c_msg);
1697: igs_ge_msg_stack.add;
1698: app_exception.raise_exception;
1699: log_to_fnd('f_retention_offset_date.l_d_us_st_dt','NULL');
1700:
1701: -- Logging the error message (NEED TO REVISIT HERE).

Line 1961: igs_ge_msg_stack.add;

1957: END IF;
1958: ELSE
1959: log_to_fnd('duration_days.constraints_msg',p_c_msg);
1960: fnd_message.set_name ('IGS',p_c_msg);
1961: igs_ge_msg_stack.add;
1962: app_exception.raise_exception;
1963: END IF;
1964:
1965: END duration_days;

Line 2221: igs_ge_msg_stack.add;

2217: ELSE
2218: log_to_fnd('meeting_days.constraints_msg ',p_c_msg );
2219: -- Error occurred while applying constraints.
2220: fnd_message.set_name ('IGS',p_c_msg);
2221: igs_ge_msg_stack.add;
2222: app_exception.raise_exception;
2223: END IF;
2224:
2225: ELSE