DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_CLEAR dependencies on APP_EXCEPTION

Line 1286: WHEN APP_EXCEPTION.application_exception THEN

1282: END IF;
1283: END IF;
1284: cep_standard.debug('< 1285: EXCEPTION
1286: WHEN APP_EXCEPTION.application_exception THEN
1287: encoded_message := FND_MESSAGE.GET_ENCODED;
1288: IF (encoded_message IS NOT NULL) THEN
1289: FND_MESSAGE.parse_encoded(encoded_message,app_short_name,message_name);
1290: END IF;