DBA Data[Home] [Help]

APPS.CTO_RESERVE_CONFIG dependencies on CTO_RESERVE_CONFIG

Line 1: package body CTO_RESERVE_CONFIG as

1: package body CTO_RESERVE_CONFIG as
2: /* $Header: CTORCFGB.pls 120.3 2011/11/14 12:24:23 abhissri ship $ */
3: /*============================================================================+
4: | Copyright (c) 1993 Oracle Corporation Belmont, California, USA |
5: | All rights reserved. |

Line 208: x_msg_txt := 'CTO_RESERVE_CONFIG.reserve_config:' ||

204: end if ;
205:
206:
207: when OTHERS THEN
208: x_msg_txt := 'CTO_RESERVE_CONFIG.reserve_config:' ||
209: to_char(l_stmt_num)
210: || ':' ||
211: substrb(sqlerrm,1,150);
212: --x_msg_name := 'CTO_RESERVATION_ERROR';

Line 217: end CTO_RESERVE_CONFIG;

213: x_msg_name := 'CTO_RESERVE_ERROR';
214: END;
215:
216:
217: end CTO_RESERVE_CONFIG;