DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on FND_MESSAGE

Line 1706: fnd_message.parse_encoded( xErrorMessage , v_appl_name, v_error_name ) ;

1702: /* Bugfix 2454788 */
1703: /* The current Delink Architecture is dependent on passing the error message in the xMessageName variable.*/
1704:
1705: if( xErrorMessage is not null ) then
1706: fnd_message.parse_encoded( xErrorMessage , v_appl_name, v_error_name ) ;
1707:
1708:
1709: IF PG_DEBUG <> 0 THEN
1710: oe_debug_pub.add ('delink_item: ' || 'ERROR: CTOCITMB.delink: appl_name ' || v_appl_name ,1);