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.11.12010000.2 2008/10/06 17:00:28 hliew ship $ */
3:
4: procedure do_sql(p_sql_stmt in varchar2) is
5: cursor_id integer;

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

333: end if;
334:
335: EXCEPTION
336: WHEN OTHERS THEN
337: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_utilities',
338: p_procedure_name => 'get_message_stack',
339: p_error_text => SQLERRM);
340: p_msg := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
341: if(fnd_api.to_boolean(nvl(p_delete_stack,fnd_api.g_true))) then

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

551:
552: when others then
553: rollback to wipupdserial0;
554: x_return_status := fnd_api.g_ret_sts_unexp_error;
555: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_utilities',
556: p_procedure_name => 'update_serial',
557: p_error_text => SQLERRM);
558: end update_serial;
559:

Line 1089: END WIP_UTILITIES;

1085:
1086:
1087:
1088:
1089: END WIP_UTILITIES;