DBA Data[Home] [Help]

APPS.MTL_ONLINE_TRANSACTION_PUB dependencies on FND_MESSAGE

Line 94: p_error_explanation:= fnd_message.get;

90: p_error_explanation := 'No Errors';
91: RETURN TRUE;
92: WHEN TOO_MANY_ROWS THEN
93: -- dbms_output.put_line('Please specify the correct transaction header');
94: p_error_explanation:= fnd_message.get;
95: -- p_error_explanation:= 'Please specify the correct transaction header';
96: RETURN false;
97: WHEN OTHERS THEN
98: --commented for testing ROLLBACK;