DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_MATCH dependencies on FND_MESSAGE

Line 6956: l_encoded_message := FND_MESSAGE.GET_ENCODED;

6952: CE_AUTO_BANK_MATCH.csh_statement_header_id,
6953: CE_AUTO_BANK_MATCH.csl_statement_line_id, 'CE_ABR_INFO_MISSING');
6954: WHEN app_exception.application_exception THEN
6955: cep_standard.debug('EXCEPTION:CE_AUTO_BANK_MATCH.match_engine-application_exception');
6956: l_encoded_message := FND_MESSAGE.GET_ENCODED;
6957: IF (l_encoded_message IS NOT NULL)
6958: THEN
6959: cep_standard.debug('Encoded message is: ' ||l_encoded_message);
6960: FND_MESSAGE.parse_encoded(l_encoded_message,l_app_short_name,l_message_name);

Line 6960: FND_MESSAGE.parse_encoded(l_encoded_message,l_app_short_name,l_message_name);

6956: l_encoded_message := FND_MESSAGE.GET_ENCODED;
6957: IF (l_encoded_message IS NOT NULL)
6958: THEN
6959: cep_standard.debug('Encoded message is: ' ||l_encoded_message);
6960: FND_MESSAGE.parse_encoded(l_encoded_message,l_app_short_name,l_message_name);
6961: ELSE
6962: cep_standard.debug('No messages on stack');
6963: l_message_name := 'OTHER_APP_ERROR';
6964: END IF;