DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_MATCH dependencies on FND_MESSAGE

Line 6744: l_encoded_message := FND_MESSAGE.GET_ENCODED;

6740: CE_AUTO_BANK_MATCH.csh_statement_header_id,
6741: CE_AUTO_BANK_MATCH.csl_statement_line_id, 'CE_ABR_INFO_MISSING');
6742: WHEN app_exception.application_exception THEN
6743: cep_standard.debug('EXCEPTION:CE_AUTO_BANK_MATCH.match_engine-application_exception' );
6744: l_encoded_message := FND_MESSAGE.GET_ENCODED;
6745: IF (l_encoded_message IS NOT NULL) THEN
6746: cep_standard.debug('Encoded message is: ' ||l_encoded_message);
6747: FND_MESSAGE.parse_encoded(l_encoded_message,l_app_short_name,
6748: l_message_name);

Line 6747: FND_MESSAGE.parse_encoded(l_encoded_message,l_app_short_name,

6743: cep_standard.debug('EXCEPTION:CE_AUTO_BANK_MATCH.match_engine-application_exception' );
6744: l_encoded_message := FND_MESSAGE.GET_ENCODED;
6745: IF (l_encoded_message IS NOT NULL) THEN
6746: cep_standard.debug('Encoded message is: ' ||l_encoded_message);
6747: FND_MESSAGE.parse_encoded(l_encoded_message,l_app_short_name,
6748: l_message_name);
6749: ELSE
6750: cep_standard.debug('No messages on stack');
6751: l_message_name := 'OTHER_APP_ERROR';