DBA Data[Home] [Help]

APPS.IGS_PS_GEN_004 dependencies on APP_EXCEPTION

Line 93: App_Exception.Raise_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:
97: FUNCTION crsp_val_call_nbr(

Line 367: App_Exception.Raise_Exception;

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:
371: IF p_offset_dt_code = 'USEC_EFFCT_ST_DT' THEN

Line 1698: app_exception.raise_exception;

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).
1702: IF (fnd_log.level_exception >= fnd_log.g_current_runtime_level) THEN

Line 1962: app_exception.raise_exception;

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;
1966:

Line 2222: app_exception.raise_exception;

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
2226: