DBA Data[Home] [Help]

APPS.FLM_EKANBAN_LOGGER dependencies on FND_MSG_PUB

Line 134: fnd_msg_pub.add_exc_msg(p_pkg_name => 'flm_ekanban_logger',

130: x_returnStatus := fnd_api.g_ret_sts_success;
131: exception
132: when others then
133: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
134: fnd_msg_pub.add_exc_msg(p_pkg_name => 'flm_ekanban_logger',
135: p_procedure_name => 'cleanUp',
136: p_error_text => SQLERRM);
137: end cleanUp;
138:

Line 199: fnd_msg_pub.add_exc_msg(p_pkg_name => 'flm_ekanban_logger',

195: x_returnStatus := fnd_api.g_ret_sts_success;
196: exception
197: when others then
198: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
199: fnd_msg_pub.add_exc_msg(p_pkg_name => 'flm_ekanban_logger',
200: p_procedure_name => 'write',
201: p_error_text => SQLERRM);
202: end write;
203: