DBA Data[Home] [Help]

APPS.IGS_FI_PRC_HOLDS dependencies on APP_EXCEPTION

Line 131: app_exception.raise_exception;

127: --Log error message and raise exception
128: fnd_message.set_name('IGS',l_v_pln_cr_message);
129: fnd_file.put_line(fnd_file.log,fnd_message.get());
130: fnd_file.put_line(fnd_file.log,' ');
131: app_exception.raise_exception;
132: END IF;
133:
134: RETURN l_v_planned_credits_ind;
135:

Line 2119: app_exception.raise_exception;

2115: fnd_message.set_name('IGS',l_c_message_name);
2116: fnd_file.put_line(fnd_file.log,fnd_message.get());
2117: fnd_file.put_line(fnd_file.log,' ');
2118: END IF;
2119: app_exception.raise_exception;
2120: END IF;
2121:
2122: -- Update the value of Release Credit Id in the Holds table if releasing of hold was successful
2123: -- Added as part of Automatic Release of Holds build