DBA Data[Home] [Help]

APPS.PN_LOCATION_ALIAS_PKG dependencies on FND_MESSAGE

Line 178: fnd_message.set_name ('PN','PN_LOCN_TYPE_CODE_DUP');

174:
175: EXCEPTION
176: --Bug#5571818
177: WHEN INVALID_LOC_CODE THEN
178: fnd_message.set_name ('PN','PN_LOCN_TYPE_CODE_DUP');
179: pnp_debug_pkg.put_log_msg(fnd_message.get);
180: raise;
181: WHEN OTHERS THEN
182: pnp_debug_pkg.log(l_desc || ': Error while ' || l_info);

Line 179: pnp_debug_pkg.put_log_msg(fnd_message.get);

175: EXCEPTION
176: --Bug#5571818
177: WHEN INVALID_LOC_CODE THEN
178: fnd_message.set_name ('PN','PN_LOCN_TYPE_CODE_DUP');
179: pnp_debug_pkg.put_log_msg(fnd_message.get);
180: raise;
181: WHEN OTHERS THEN
182: pnp_debug_pkg.log(l_desc || ': Error while ' || l_info);
183: raise;