DBA Data[Home] [Help]

APPS.IBY_FNDCPT_TRXN_PUB dependencies on FND_FILE

Line 6639: fnd_file.put_line(fnd_file.log,'Could not encrypt the extension '|| c_ext_rec.trxn_extension_id

6635: last_update_login = fnd_global.login_id,
6636: object_version_number = object_version_number + 1
6637: WHERE trxn_extension_id = c_ext_rec.trxn_extension_id;
6638: ELSE
6639: fnd_file.put_line(fnd_file.log,'Could not encrypt the extension '|| c_ext_rec.trxn_extension_id
6640: || ' as the instrument security code value is invalid');
6641: END IF;
6642: END LOOP;
6643: