DBA Data[Home] [Help]

APPS.IGS_PS_GEN_004 dependencies on FND_MESSAGE

Line 90: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');

86: X_ORG_ID => l_org_id);
87: END IF;
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;

Line 91: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_004.crsp_ins_fsr_hist');

87: END IF;
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:

Line 365: Fnd_Message.Set_Name('IGS', 'IGS_EN_OFFSET_DT_NULL');

361: p_msg := NULL;
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;

Line 1696: fnd_message.set_name ('IGS',l_c_msg);

1692: -- Functional Validation : Unit Section Start Date is mandatory for Non Standard Unit Section.
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:

Line 1703: fnd_log.string( fnd_log.level_exception, 'igs.plsql.igs_ps_gen_004.f_retention_offset_date.l_d_us_st_dt', fnd_message.get);

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
1703: fnd_log.string( fnd_log.level_exception, 'igs.plsql.igs_ps_gen_004.f_retention_offset_date.l_d_us_st_dt', fnd_message.get);
1704: END IF;
1705:
1706: RETURN NULL;
1707: END IF;

Line 1960: fnd_message.set_name ('IGS',p_c_msg);

1956: RETURN p_d_end_dt;
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:

Line 2220: fnd_message.set_name ('IGS',p_c_msg);

2216: END IF;
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: