DBA Data[Home] [Help]

APPS.CTO_RESERVE_CONFIG dependencies on FND_MESSAGE

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

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