1366: WHEN APP_EXCEPTION.application_exception THEN
1367: IF l_DEBUG in ('Y', 'C') THEN
1368: cep_standard.debug('EXCEPTION:CE_AUTO_BANK_IMPORT.transfer_header-APP_EXCEPTION');
1369: END IF;
1370: l_encoded_message := FND_MESSAGE.GET_ENCODED;
1371: IF (l_encoded_message IS NOT NULL) THEN
1372: FND_MESSAGE.parse_encoded(l_encoded_message,l_app_short_name,l_message_name);
1373: ELSE
1374: IF l_DEBUG in ('Y', 'C') THEN
1368: cep_standard.debug('EXCEPTION:CE_AUTO_BANK_IMPORT.transfer_header-APP_EXCEPTION');
1369: END IF;
1370: l_encoded_message := FND_MESSAGE.GET_ENCODED;
1371: IF (l_encoded_message IS NOT NULL) THEN
1372: FND_MESSAGE.parse_encoded(l_encoded_message,l_app_short_name,l_message_name);
1373: ELSE
1374: IF l_DEBUG in ('Y', 'C') THEN
1375: cep_standard.debug('transfer_header: ' || 'No messages on stack');
1376: END IF;