DBA Data[Home] [Help]

APPS.CTO_RESERVE_CONFIG dependencies on FND_MESSAGE

Line 179: FND_MESSAGE.parse_encoded( x_msg_txt, v_appl_name, v_error_name ) ;

175: if (x_return_status <> fnd_api.g_ret_sts_success) then
176: -- Reservation Failed --
177: oe_debug_pub.add( ' message from ctorcfgb.pls ' || x_msg_txt ,1 )
178: ;
179: FND_MESSAGE.parse_encoded( x_msg_txt, v_appl_name, v_error_name ) ;
180:
181:
182: oe_debug_pub.add( ' message from ctorcfgb.pls ' || v_appl_name || ' ' || v_error_name ,1 ) ;
183: