DBA Data[Home] [Help]

APPS.PN_LOCATION_ALIAS_PKG dependencies on FND_MESSAGE

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

163:
164: EXCEPTION
165: --Bug#5571818
166: WHEN INVALID_LOC_CODE THEN
167: fnd_message.set_name ('PN','PN_LOCN_TYPE_CODE_DUP');
168: pnp_debug_pkg.put_log_msg(fnd_message.get);
169: raise;
170: WHEN OTHERS THEN
171: pnp_debug_pkg.log(l_desc || ': Error while ' || l_info);

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

164: EXCEPTION
165: --Bug#5571818
166: WHEN INVALID_LOC_CODE THEN
167: fnd_message.set_name ('PN','PN_LOCN_TYPE_CODE_DUP');
168: pnp_debug_pkg.put_log_msg(fnd_message.get);
169: raise;
170: WHEN OTHERS THEN
171: pnp_debug_pkg.log(l_desc || ': Error while ' || l_info);
172: raise;