1795: /* Bugfix 2454788 */
1796: /* The current Delink Architecture is dependent on passing the error message in the xMessageName variable.*/
1797:
1798: if( xErrorMessage is not null ) then
1799: fnd_message.parse_encoded( xErrorMessage , v_appl_name, v_error_name ) ;
1800:
1801:
1802: IF PG_DEBUG <> 0 THEN
1803: oe_debug_pub.add ('delink_item: ' || 'ERROR: CTOCITMB.delink: appl_name ' || v_appl_name ,1);