DBA Data[Home] [Help]

APPS.MTL_ONLINE_TRANSACTION_PUB dependencies on FND_MESSAGE

Line 113: p_error_explanation:= fnd_message.get;

109: RETURN TRUE;
110: END IF; -- Added by bug 13503144
111: WHEN TOO_MANY_ROWS THEN
112: -- dbms_output.put_line('Please specify the correct transaction header');
113: p_error_explanation:= fnd_message.get;
114: -- p_error_explanation:= 'Please specify the correct transaction header';
115: RETURN false;
116: WHEN OTHERS THEN
117: --commented for testing ROLLBACK;