DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_IMPORT dependencies on FND_MESSAGE

Line 1357: l_encoded_message := FND_MESSAGE.GET_ENCODED;

1353: WHEN APP_EXCEPTION.application_exception THEN
1354: IF l_DEBUG in ('Y', 'C') THEN
1355: cep_standard.debug('EXCEPTION:CE_AUTO_BANK_IMPORT.transfer_header-APP_EXCEPTION');
1356: END IF;
1357: l_encoded_message := FND_MESSAGE.GET_ENCODED;
1358: IF (l_encoded_message IS NOT NULL) THEN
1359: FND_MESSAGE.parse_encoded(l_encoded_message,l_app_short_name,l_message_name);
1360: ELSE
1361: IF l_DEBUG in ('Y', 'C') THEN

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

1355: cep_standard.debug('EXCEPTION:CE_AUTO_BANK_IMPORT.transfer_header-APP_EXCEPTION');
1356: END IF;
1357: l_encoded_message := FND_MESSAGE.GET_ENCODED;
1358: IF (l_encoded_message IS NOT NULL) THEN
1359: FND_MESSAGE.parse_encoded(l_encoded_message,l_app_short_name,l_message_name);
1360: ELSE
1361: IF l_DEBUG in ('Y', 'C') THEN
1362: cep_standard.debug('transfer_header: ' || 'No messages on stack');
1363: END IF;