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.2 2006/01/03 14:32:04 kkonada noship $ */
3: /*============================================================================+
4: | Copyright (c) 1993 Oracle Corporation Belmont, California, USA |
5: | All rights reserved. |

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

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

Line 215: end CTO_RESERVE_CONFIG;

211: x_msg_name := 'CTO_RESERVE_ERROR';
212: END;
213:
214:
215: end CTO_RESERVE_CONFIG;