DBA Data[Home] [Help]

APPS.WIP_LOGGER dependencies on FND_MSG_PUB

Line 110: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_logger',

106: x_returnStatus := fnd_api.g_ret_sts_success;
107: exception
108: when others then
109: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
110: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_logger',
111: p_procedure_name => 'cleanUp',
112: p_error_text => SQLERRM);
113: end cleanUp;
114:

Line 174: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_logger',

170: x_returnStatus := fnd_api.g_ret_sts_success;
171: exception
172: when others then
173: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
174: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_logger',
175: p_procedure_name => 'write',
176: p_error_text => SQLERRM);
177: end write;
178: