DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_CLEAR dependencies on FND_MESSAGE

Line 1287: encoded_message := FND_MESSAGE.GET_ENCODED;

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;
1291: IF (message_name IS NULL) THEN

Line 1289: FND_MESSAGE.parse_encoded(encoded_message,app_short_name,message_name);

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;
1291: IF (message_name IS NULL) THEN
1292: app_short_name := 'CE';
1293: message_name := 'OTHER_APP_ERROR';