DBA Data[Home] [Help]

APPS.WIP_UTILITIES dependencies on WIP_UTILITIES

Line 1: PACKAGE BODY WIP_UTILITIES AS

1: PACKAGE BODY WIP_UTILITIES AS
2: /* $Header: wiputilb.pls 120.13.12020000.2 2012/11/27 23:32:28 hliew ship $ */
3:
4: procedure do_sql(p_sql_stmt in varchar2) is
5: cursor_id integer;

Line 394: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_utilities',

390: end if;
391:
392: EXCEPTION
393: WHEN OTHERS THEN
394: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_utilities',
395: p_procedure_name => 'get_message_stack',
396: p_error_text => SQLERRM);
397: p_msg := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
398: if(fnd_api.to_boolean(nvl(p_delete_stack,fnd_api.g_true))) then

Line 613: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_utilities',

609:
610: when others then
611: rollback to wipupdserial0;
612: x_return_status := fnd_api.g_ret_sts_unexp_error;
613: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_utilities',
614: p_procedure_name => 'update_serial',
615: p_error_text => SQLERRM);
616: end update_serial;
617:

Line 1147: END WIP_UTILITIES;

1143:
1144:
1145:
1146:
1147: END WIP_UTILITIES;